mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-15 04:58:36 +00:00
11 lines
126 B
Go
11 lines
126 B
Go
|
// +build ignore
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
"github.com/magefile/mage/mage"
|
||
|
)
|
||
|
|
||
|
func main() { os.Exit(mage.Main()) }
|