Set module to git.abrell.se/victor/mydev so it installs from the private Gitea host, and add an MIT LICENSE. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
86 B
Go
8 lines
86 B
Go
package main
|
|
|
|
import "git.abrell.se/victor/mydev/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|