diff options
author | Emile <git@emile.space> | 2024-08-16 19:50:26 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-16 19:50:26 +0200 |
commit | 1a57267a17c2fc17fb6e104846fabc3e363c326c (patch) | |
tree | 1e574e3a80622086dc3c81ff9cba65ef7049b1a9 /vendor/modernc.org/strutil/README |
initial commit
Diffstat (limited to 'vendor/modernc.org/strutil/README')
-rw-r--r-- | vendor/modernc.org/strutil/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/modernc.org/strutil/README b/vendor/modernc.org/strutil/README new file mode 100644 index 0000000..0ace653 --- /dev/null +++ b/vendor/modernc.org/strutil/README @@ -0,0 +1,8 @@ +modernc.orgall-able mirror of modified code already published at: +http://git.nic.cz/redmine/projects/gostrutil/repository + +Online godoc documentation for this package (should be) available at: +http://gopkgdoc.appspot.com/pkg/modernc.org/strutil + +Installation: +$ go get modernc.org/strutil |