File: mage.go

package info (click to toggle)
golang-github-vbatts-tar-split 0.11.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 744 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// +build ignore

package main

import (
    "os"
    "github.com/magefile/mage/mage"
)

func main() { os.Exit(mage.Main()) }