Documentation ¶
Index ¶
- Constants
- Variables
- func Exists(path string) bool
- func GbkToUtf8(s []byte) ([]byte, error)
- func IsDir(path string) bool
- func NewRandStr(length int) string
- func OpenImage(qrPath, qrcodeShowType string)
- func Rand(min, max int) int
- func RandomNumber(len int) string
- func Substr(s string, start, end int) string
- func Utf8ToGbk(s []byte) ([]byte, error)
Constants ¶
View Source
const ( SoftName = "jd_seckill" Version = "0.2.6" DateTimeFormatStr = "2006-01-02 15:04:05" DateFormatStr = "2006-01-02" IniFileContent = `` /* 2821-byte string literal not displayed */ )
Variables ¶
View Source
var ( SoftDir string Client *httpc.HttpClient CookieJar *httpc.CookieJar Config *goconfig.ConfigFile SeckillStatus chan bool ViewQrcodePid = 0 )
Functions ¶
func NewRandStr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.