💚 Update ci scripts

This commit is contained in:
niuhuan 2023-07-10 07:00:11 +08:00
parent 4ffce64f29
commit 0a56d60180
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -60,4 +60,5 @@ ios/build/
# APP # APP
/lib/assets/version.txt /lib/assets/version.txt
go.work

View File

@ -7,7 +7,6 @@ import (
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"os" "os"
"strings"
) )
func main() { func main() {

View File

@ -8,7 +8,6 @@ import (
"net/http" "net/http"
"os" "os"
"path" "path"
"strings"
) )
func main() { func main() {