GITLAB

陆恒 / XIAO_XINGXING

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • xiao_xingxing
  • src
  • HttpServer
  • logic
  • errordef.go
  • cee2a687   初始化框架提交 Browse Code »
    陆恒
    2020-05-08 15:38:55 +0800  
errordef.go 59 Bytes
Edit Raw Blame History
1 2 3 4 5 6
package logic


const (
	ERROR_OK					= 0		//没有错误
)