Skip to content

Commit

Permalink
chore: Describe typical project format (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward2k committed Apr 5, 2024
1 parent bbb7acd commit a9d4205
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ func run(

log.Info().Str("Planet", "Earth").Msg("Hello world")

//TODO: Implement the service logic here. Likely this will involve
//TODO: Implement the service logic here. Likely this will involve creating a pub/sub and some main logic.
// The de facto standard is to have some read (zmq/IO), some handling logic (may be several items),
// and some write (zmq/IO). The go routines typically communicate via channels.

return nil
}
Expand Down

0 comments on commit a9d4205

Please sign in to comment.