mirror of
https://github.com/onyx-and-iris/exclude.git
synced 2026-03-30 23:19:09 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
package main
|
|
|
|
import "github.com/onyx-and-iris/exclude/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|