commonly used functions for the Go programming language (evacuated from NSA/Microsoft Github)
anonymous a688a65e26 syntax of changelog | 6 år sedan | |
---|---|---|
debian | 6 år sedan | |
testdata | 11 år sedan | |
.travis.yml | 9 år sedan | |
LICENSE | 11 år sedan | |
README.md | 6 år sedan | |
cmd.go | 10 år sedan | |
cmd_test.go | 11 år sedan | |
convert.go | 7 år sedan | |
convert_test.go | 10 år sedan | |
dir.go | 10 år sedan | |
dir_test.go | 9 år sedan | |
example_test.go | 6 år sedan | |
file.go | 10 år sedan | |
file_test.go | 10 år sedan | |
html.go | 10 år sedan | |
html_test.go | 11 år sedan | |
http.go | 10 år sedan | |
http_test.go | 10 år sedan | |
math.go | 9 år sedan | |
math_test.go | 9 år sedan | |
path.go | 9 år sedan | |
path_test.go | 6 år sedan | |
regex.go | 10 år sedan | |
regex_test.go | 10 år sedan | |
slice.go | 10 år sedan | |
slice_test.go | 11 år sedan | |
string.go | 7 år sedan | |
string_test.go | 6 år sedan | |
time.go | 10 år sedan | |
url.go | 10 år sedan |
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 .