mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
0a9c427443
* remove mock generation * add: proto project import * update document * remove mock generation * add: proto project import * update document * remove NL * update document * optimize code * add test * add test
10 lines
208 B
Go
10 lines
208 B
Go
package vars
|
|
|
|
const (
|
|
ProjectName = "zero"
|
|
ProjectOpenSourceUrl = "github.com/tal-tech/go-zero"
|
|
OsWindows = "windows"
|
|
OsMac = "darwin"
|
|
OsLinux = "linux"
|
|
)
|