Explorar el Código

chore: update gitignore

master
Blaz Smehov hace 1 mes
padre
commit
85ca2e7360
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +3
    -1
      .gitignore
  2. +0
    -1
      cmd/decoder/main.go

+ 3
- 1
.gitignore Ver fichero

@@ -28,4 +28,6 @@ main

*.sh

**/*.log
**/*.log

ROADMAP.md

+ 0
- 1
cmd/decoder/main.go Ver fichero

@@ -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
}


Cargando…
Cancelar
Guardar