Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit430b9db

Browse files
committed
updated
1 parent072f6d2 commit430b9db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.air.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ testdata_dir = "testdata"
33
tmp_dir ="tmp"
44

55
[build]
6-
bin ="./tmp/main"
7-
cmd ="go build -o ./tmp/main ./cmd/server/main.go"
6+
bin ="tmp\\main.exe"
7+
cmd ="go build -o ./tmp/main.exe ./cmd/server/main.go"
88
delay =1000
99
exclude_dir = ["assets","tmp","vendor","testdata"]
1010
exclude_file = []

‎cmd/server/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ func main() {
9999

100100
defermongoclient.Disconnect(ctx)
101101

102-
startGinServer(config)
103-
//startGrpcServer(config)
102+
//startGinServer(config)
103+
startGrpcServer(config)
104104
}
105105

106106
funcallowedRoles()map[string][]string {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp