8 lines
92 B
Go
8 lines
92 B
Go
package main
|
|
|
|
import "github.com/uozi-tech/cosy/errdef"
|
|
|
|
func main() {
|
|
errdef.Generate()
|
|
}
|