mirror of
https://github.com/the-second-city/faceclaimer.git
synced 2025-10-29 03:56:02 -07:00
8 lines
71 B
Go
8 lines
71 B
Go
package main
|
|
|
|
import "faceclaimer/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|