This website works better with JavaScript.
Home
Explore
Sign In
pollutri
/
res_levis_backend
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
chore: update gitignore
master
Blaz Smehov
1 month ago
parent
bfcd74640f
commit
85ca2e7360
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.gitignore
+0
-1
cmd/decoder/main.go
+ 3
- 1
.gitignore
View File
@@ -28,4 +28,6 @@ main
*.sh
**/*.log
**/*.log
ROADMAP.md
+ 0
- 1
cmd/decoder/main.go
View File
@@ -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…
Cancel
Save