1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-23 09:07:24 +00:00
Files
kbtui/build.go
2019-10-04 17:01:48 -04:00

13 lines
121 B
Go

// +build ignore
package main
import (
"github.com/magefile/mage/mage"
"os"
)
func main() {
os.Exit(mage.Main())
}