mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
8 lines
213 B
Go
8 lines
213 B
Go
//go:generate go run . -project . -type ts -output ../../app/src/constants/errors -ignore-dirs .devcontainer,app,.github
|
|
package main
|
|
|
|
import "github.com/uozi-tech/cosy/errdef"
|
|
|
|
func main() {
|
|
errdef.Generate()
|
|
}
|