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