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