-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating a github org to better organize open source projects
- Loading branch information
1 parent
061490b
commit 693d0d4
Showing
7 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
module github.com/liyanchang/strcase/benchmark | ||
module github.com/ettle/strcase/benchmark | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 | ||
github.com/ettle/strcase v0.0.0-00000000000000-000000000000 | ||
github.com/fatih/camelcase v1.0.0 | ||
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 | ||
github.com/liyanchang/strcase v0.0.0-00000000000000-000000000000 | ||
github.com/segmentio/go-camelcase v0.0.0-20160726192923-7085f1e3c734 | ||
github.com/stoewer/go-strcase v1.2.0 | ||
) | ||
|
||
replace github.com/liyanchang/strcase => ../ | ||
replace github.com/ettle/strcase => ../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/liyanchang/strcase | ||
module github.com/ettle/strcase | ||
|
||
go 1.12 | ||
|
||
|