This website works better with JavaScript.
首頁
探索
登入
pollutri
/
res_levis_backend
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
chore: update gitignore
master
Blaz Smehov
1 月之前
父節點
bfcd74640f
當前提交
85ca2e7360
共有
2 個文件被更改
,包括
3 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.gitignore
+0
-1
cmd/decoder/main.go
+ 3
- 1
.gitignore
查看文件
@@ -28,4 +28,6 @@ main
*.sh
**/*.log
**/*.log
ROADMAP.md
+ 0
- 1
cmd/decoder/main.go
查看文件
@@ -109,7 +109,6 @@ func decodeBeacon(adv model.BeaconAdvertisement, appState *appcontext.AppState,
}
eMsg, err := event.ToJSON()
fmt.Printf("event: %+v\n", eMsg)
if err != nil {
return err
}
Write
Preview
Loading…
取消
儲存