// Copyright (c) 2021, Sylabs Inc. All rights reserved. // This software is licensed under a 3-clause BSD license. Please consult the // LICENSE file distributed with the sources of this project regarding your // rights to use or distribute this software. //go:build ignore // +build ignore package main import ( "os" "github.com/magefile/mage/mage" ) func main() { os.Exit(mage.Main()) }