This commit is contained in:
kolaente 2020-09-01 17:43:25 +02:00
parent f66760a2b5
commit a911c3d6f7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 32 additions and 32 deletions

View File

@ -253,6 +253,38 @@ func Lint() {
runAndStreamOutput("golint", args...)
}
func DoTheSwag() {
}
func GotSwag() {
}
func MisspellCheck() {
}
func IneffassignCheck() {
}
func GocycloCheck() {
}
func StaticCheck() {
}
func GoSecCheck() {
}
func GoconstCheck() {
}
// Generates static content into the final binary
func Generate() {
runAndStreamOutput("go", "generate", PACKAGE+"/pkg/static")
@ -311,35 +343,3 @@ func BuildDeb() {
func Reprepro() {
}
func GotSwag() {
}
func DoTheSwag() {
}
func MisspellCheck() {
}
func IneffassignCheck() {
}
func GocycloCheck() {
}
func StaticCheck() {
}
func GoSecCheck() {
}
func GoconstCheck() {
}