Skip to content

Commit

Permalink
eat:add README
Browse files Browse the repository at this point in the history
  • Loading branch information
geebytes committed Jun 2, 2024
1 parent ab967ec commit 1d0bfc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Init MySQL
run: |
go run ./cmd/gateway/main.go init -e dev
go run ./cmd/begonia init -e dev
cat ~/.begonia/admin-app.json
- name: Type a temporary tag
Expand Down
2 changes: 0 additions & 2 deletions cmd/begonia/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (

var accessKey string
var secret string
var sdkAPPID string
var addr string

func readInitAPP() {
Expand Down Expand Up @@ -45,7 +44,6 @@ func readInitAPP() {
}
accessKey = app.AccessKey
secret = app.Secret
sdkAPPID = app.Appid
path2 := filepath.Join(homeDir, ".begonia")
path2 = filepath.Join(path2, "gateway.json")
gwFile, err := os.Open(path2)
Expand Down

0 comments on commit 1d0bfc9

Please sign in to comment.