mirror of
https://github.com/onyx-and-iris/exclude.git
synced 2026-04-16 06:03:39 +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()
|
|
}
|