same as release branch

pull/1062/head
Rhythm 2021-11-09 11:13:59 +05:30
parent ee5a4b8f37
commit f57e5f740e
4 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,3 @@
//go:build ignore
// +build ignore
package main

View File

@ -1,4 +1,3 @@
//go:build ignore
// +build ignore
package main

View File

@ -1,4 +1,3 @@
//go:build ignore
// +build ignore
package main

View File

@ -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() {