|
|
11 سال پیش | |
|---|---|---|
| .. | ||
| testdata | 11 سال پیش | |
| .gitignore | 11 سال پیش | |
| LICENSE | 11 سال پیش | |
| README.md | 11 سال پیش | |
| cmd.go | 11 سال پیش | |
| cmd_test.go | 11 سال پیش | |
| convert.go | 11 سال پیش | |
| convert_test.go | 11 سال پیش | |
| dir.go | 11 سال پیش | |
| dir_test.go | 11 سال پیش | |
| example_test.go | 11 سال پیش | |
| file.go | 11 سال پیش | |
| file_test.go | 11 سال پیش | |
| html.go | 11 سال پیش | |
| html_test.go | 11 سال پیش | |
| http.go | 11 سال پیش | |
| http_test.go | 11 سال پیش | |
| math.go | 11 سال پیش | |
| path.go | 11 سال پیش | |
| path_test.go | 11 سال پیش | |
| regex.go | 11 سال پیش | |
| regex_test.go | 11 سال پیش | |
| slice.go | 11 سال پیش | |
| slice_test.go | 11 سال پیش | |
| string.go | 11 سال پیش | |
| string_test.go | 11 سال پیش | |
| time.go | 11 سال پیش | |
| url.go | 11 سال پیش | |
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 -bench="." and got PASS .See results on drone.io by go test -bench=".".