Skip to content

Commit

Permalink
Merge pull request #46 from rfyiamcool/docs/fmt_println_id
Browse files Browse the repository at this point in the history
docs: fmt println id
  • Loading branch information
lithammer authored Nov 24, 2023
2 parents 3f480d4 + f9d4c50 commit 81803fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import (
)

func main() {
u := shortuuid.New() // KwSysDpxcBU9FNhGkn2dCf
u := shortuuid.New()
fmt.Println(u) // KwSysDpxcBU9FNhGkn2dCf
}
```

Expand Down

0 comments on commit 81803fc

Please sign in to comment.