8 lines
94 B
Go
8 lines
94 B
Go
package main
|
|
|
|
import "git.eeqj.de/sneak/secret/internal/cli"
|
|
|
|
func main() {
|
|
cli.CLIEntry()
|
|
}
|