mirror of
https://github.com/gotify/server.git
synced 2026-06-02 16:32:20 +08:00
8 lines
96 B
Go
8 lines
96 B
Go
package main
|
|
|
|
import "github.com/gobuffalo/packr/v2/packr2/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|