mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
7 lines
92 B
Go
7 lines
92 B
Go
package main
|
|
|
|
import "github.com/uozi-tech/cosy/errdef"
|
|
|
|
func main() {
|
|
errdef.Generate()
|
|
}
|