commonly used functions for the Go programming language (evacuated from NSA/Microsoft Github)
anonymous a688a65e26 syntax of changelog | il y a 6 ans | |
---|---|---|
debian | il y a 6 ans | |
testdata | il y a 11 ans | |
.travis.yml | il y a 9 ans | |
LICENSE | il y a 11 ans | |
README.md | il y a 6 ans | |
cmd.go | il y a 10 ans | |
cmd_test.go | il y a 11 ans | |
convert.go | il y a 7 ans | |
convert_test.go | il y a 10 ans | |
dir.go | il y a 10 ans | |
dir_test.go | il y a 9 ans | |
example_test.go | il y a 6 ans | |
file.go | il y a 10 ans | |
file_test.go | il y a 10 ans | |
html.go | il y a 10 ans | |
html_test.go | il y a 11 ans | |
http.go | il y a 10 ans | |
http_test.go | il y a 10 ans | |
math.go | il y a 9 ans | |
math_test.go | il y a 9 ans | |
path.go | il y a 9 ans | |
path_test.go | il y a 6 ans | |
regex.go | il y a 10 ans | |
regex_test.go | il y a 10 ans | |
slice.go | il y a 10 ans | |
slice_test.go | il y a 11 ans | |
string.go | il y a 7 ans | |
string_test.go | il y a 6 ans | |
time.go | il y a 10 ans | |
url.go | il y a 10 ans |
This is an open source project for commonly used functions for the Go programming language.
This package need >= go 1.2
Code Convention: based on Go Code Convention.
Your contribute is welcome, but you have to check following steps after you added some functions and commit them:
*_test.go
.*_test.go
.example_test.go
.go test
and got PASS .