Skip to content

Commit 6007ad2

Browse files
committed
blog: fixes.
1 parent 4b1858d commit 6007ad2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

public/posts/demystifying-tailwind-css.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Demystifying Tailwind CSS in `fezcodex`: A Utility-First Approach
32

43
In the `fezcodex` project, you'll notice that our components are styled **cool**(!). Instead of writing custom CSS for every element, **Tailwind CSS** is used. This post will explain what Tailwind CSS is, how it's configured in my project,

public/posts/do-i-need-to-create-a-lib-for-that.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Do I Need to Create a Lib For That?
2-
31
## My Journey into Go Libraries
42

53
Creating my first Go library, [go-tournament-brackets](https://github.com/fezcode/go-tournament-brackets), has been a, _experience_...
@@ -71,4 +69,4 @@ So, you've built your awesome Go package, and now you want to share it with the
7169
* **Want to nudge it?** If you're impatient (we get it!), you can explicitly ask a proxy to fetch your new version. For example, running `go get github.com/fezcode/go-tournament-brackets@v0.1.0` (or `go list -m ...`) from *any* Go project will make the proxy grab it if it hasn't already. This is more about *verifying* discovery than publishing.
7270

7371
4. **Patience, Young Padawan (Waiting for `pkg.go.dev`):**
74-
After your module is tagged and the proxies know about it, `pkg.go.dev` (Go's official package discovery site) will eventually list it. Just a heads-up: this isn't instant. It can take anywhere from a few minutes to a few hours for it to show up. So, grab a coffee, and it'll be there!
72+
After your module is tagged and the proxies know about it, `pkg.go.dev` (Go's official package discovery site) will eventually list it. Just a heads-up: this isn't instant. It can take anywhere from a few minutes to a few hours for it to show up. So, grab a coffee, and it'll be there!

0 commit comments

Comments
 (0)