gorush/const.go

11 lines
95 B
Go
Raw Normal View History

package main
const (
Version = "0.0.1"
)
const (
PlatFormIos = iota + 1
PlatFormAndroid
)