mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
增加g/g.go,便于文档工具生成
This commit is contained in:
5
g/g.go
Normal file
5
g/g.go
Normal file
@ -0,0 +1,5 @@
|
||||
package g
|
||||
|
||||
const VERSION = "0.95 beta"
|
||||
const AUTHORS = "john<john@johng.cn>"
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
package gf
|
||||
package g
|
||||
|
||||
// 框架信息
|
||||
const VERSION = "0.95 beta"
|
||||
const AUTHORS = "john<john@johng.cn>"
|
||||
// Yes, it's g.go
|
||||
|
||||
|
||||
Reference in New Issue
Block a user