mirror of https://github.com/statping/statping
same as release branch
parent
ee5a4b8f37
commit
f57e5f740e
|
@ -1,4 +1,3 @@
|
|||
//go:build ignore
|
||||
// +build ignore
|
||||
|
||||
package main
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
//go:build ignore
|
||||
// +build ignore
|
||||
|
||||
package main
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
//go:build ignore
|
||||
// +build ignore
|
||||
|
||||
package main
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
package source
|
||||
|
||||
//go:generate go run generate_help.go
|
||||
//go:generate go run generate_version.go
|
||||
//go:generate go run generate_languages.go
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/GeertJohan/go.rice"
|
||||
|
@ -196,7 +192,7 @@ func CopyAllToPublic(box *rice.Box) error {
|
|||
if exclude[info.Name()] {
|
||||
return nil
|
||||
}
|
||||
if strings.Contains(path, "/js") {
|
||||
if strings.Contains(path, "js") {
|
||||
return nil
|
||||
}
|
||||
if info.IsDir() {
|
||||
|
|
Loading…
Reference in New Issue