settings.go 109 B

123456
  1. package vars
  2. const (
  3. ProjectName = "zero"
  4. ProjectOpenSourceUrl = "github.com/tal-tech/go-zero"
  5. )