Unknwon bd786b8ef0 auth: remove MD5 for secure cookie secret (#4117) | il y a 7 ans | |
---|---|---|
.. | ||
LICENSE | il y a 7 ans | |
README.md | il y a 7 ans | |
cmd.go | il y a 7 ans | |
convert.go | il y a 7 ans | |
dir.go | il y a 7 ans | |
file.go | il y a 7 ans | |
html.go | il y a 7 ans | |
http.go | il y a 7 ans | |
math.go | il y a 7 ans | |
path.go | il y a 7 ans | |
regex.go | il y a 7 ans | |
slice.go | il y a 7 ans | |
string.go | il y a 7 ans | |
time.go | il y a 7 ans | |
url.go | il y a 7 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 .