Skip to content

Commit

Permalink
implement shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ea7kir committed Jul 18, 2024
1 parent 04bbf35 commit 63ca6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- check for memory leaks
- reduce external dependances
- improve the service file
- implement shutdown
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func (s *Server) handleConection(conn net.Conn) {
}

func main() {
log.SetFlags(log.LstdFlags | log.Lshortfile)

log.Printf("INFO Q-100 PA Server has started")

Expand Down

0 comments on commit 63ca6e1

Please sign in to comment.