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