Skip to content

Commit

Permalink
v0.0.8 版本发布,性能提升达 30%
Browse files Browse the repository at this point in the history
  • Loading branch information
FishGoddess committed Mar 7, 2020
1 parent 08eb932 commit d895135
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module your_project_name
go 1.14

require (
github.com/FishGoddess/logit v0.0.7
github.com/FishGoddess/logit v0.0.8
)
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module your_project_name
go 1.14

require (
github.com/FishGoddess/logit v0.0.7
github.com/FishGoddess/logit v0.0.8
)
```

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ Package logit provides an easy way to use foundation for your logging operations
package logit // import "github.com/FishGoddess/logit"

// Version is the version string representation of the "logit" package.
const Version = "0.0.7"
const Version = "0.0.8"

0 comments on commit d895135

Please sign in to comment.