mirror of https://github.com/statping/statping
pull/1097/head
parent
2352cae85c
commit
d8cd8ebb6c
|
@ -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