mirror of https://github.com/statping/statping
pull/1097/head
parent
2352cae85c
commit
d8cd8ebb6c
|
@ -1,9 +1,5 @@
|
||||||
package source
|
package source
|
||||||
|
|
||||||
//go:generate go run generate_help.go
|
|
||||||
//go:generate go run generate_version.go
|
|
||||||
//go:generate go run generate_languages.go
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/GeertJohan/go.rice"
|
"github.com/GeertJohan/go.rice"
|
||||||
|
@ -196,7 +192,7 @@ func CopyAllToPublic(box *rice.Box) error {
|
||||||
if exclude[info.Name()] {
|
if exclude[info.Name()] {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
if strings.Contains(path, "/js") {
|
if strings.Contains(path, "js") {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
if info.IsDir() {
|
if info.IsDir() {
|
||||||
|
|
Loading…
Reference in New Issue