Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dalikewara committed Jan 27, 2024
1 parent 0b3d5c9 commit 6b5d8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

### 2024

- v1.0.0 (2023-10-27)
- v1.0.0 - v1.0.1 (2023-10-27)
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ go get github.com/dalikewara/strcgo
### Usage

You can check all available helper functions through the related files above (`get.go`, etc).
For example, if you want to get tag value from e struct field, you can do like this:
For example, if you want to get tag value from a struct field, you can do like this:

```go
type s struct {
Expand Down

0 comments on commit 6b5d8c8

Please sign in to comment.