build-sys: import build system from darvaza.org/core

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-28 19:44:01 +00:00
parent be11c6985d
commit 4d0d4ffb4f
5 changed files with 157 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build tools
package tools
import (
_ "github.com/mgechev/revive"
)