-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
121 changed files
with
932 additions
and
7,687 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ output/ | |
*.test | ||
*.swp | ||
|
||
v2/example/example | ||
v2/goi18n/goi18n | ||
example/example | ||
goi18n/goi18n | ||
|
||
dist/ |
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,6 +1,11 @@ | ||
module github.com/nicksnyder/go-i18n | ||
module github.com/nicksnyder/go-i18n/v2 | ||
|
||
require ( | ||
github.com/pelletier/go-toml v1.2.0 | ||
github.com/BurntSushi/toml v0.3.0 | ||
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect | ||
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect | ||
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c // indirect | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
be3966f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello, is there a motivation in removing example of json and yaml files?