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 15938090f6
commit 2fd2a0f987
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"
)