...

Source file src/github.com/vbatts/tar-split/mage.go

Documentation: github.com/vbatts/tar-split

     1  // +build ignore
     2  
     3  package main
     4  
     5  import (
     6      "os"
     7      "github.com/magefile/mage/mage"
     8  )
     9  
    10  func main() { os.Exit(mage.Main()) }
    11  

View as plain text