generate.go 92 B

1234567
  1. package main
  2. import "github.com/uozi-tech/cosy/errdef"
  3. func main() {
  4. errdef.Generate()
  5. }