mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-23 09:07:24 +00:00
13 lines
121 B
Go
13 lines
121 B
Go
// +build ignore
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/magefile/mage/mage"
|
|
"os"
|
|
)
|
|
|
|
func main() {
|
|
os.Exit(mage.Main())
|
|
}
|