8 lines
93 B
Go
8 lines
93 B
Go
package main
|
|
|
|
import "git.sr.ht/~avanier/gitea-resource/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|