optimize grpc generation env check (#900)
* optimize grpc generation env check * optimize grpc generation env check * format code * fix postgresql data type convert error Co-authored-by: anqiansong <anqiansong@xiaoheiban.cn>
This commit is contained in:
@@ -5,10 +5,14 @@ const (
|
||||
ProjectName = "zero"
|
||||
// ProjectOpenSourceURL the github url of go-zero
|
||||
ProjectOpenSourceURL = "github.com/tal-tech/go-zero"
|
||||
// OsWindows windows os
|
||||
// OsWindows represents os windows
|
||||
OsWindows = "windows"
|
||||
// OsMac mac os
|
||||
// OsMac represents os mac
|
||||
OsMac = "darwin"
|
||||
// OsLinux linux os
|
||||
// OsLinux represents os linux
|
||||
OsLinux = "linux"
|
||||
// OsJs represents os js
|
||||
OsJs = "js"
|
||||
// OsIOS represents os ios
|
||||
OsIOS = "ios"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user