-
Let’s Make an NTP Client in Go
Let’s Make an NTP Client in Go
NTP is every where. It what keep server time accurate. But how does it work? By implementing a client we will know its protocol, data format.
Appears in lists (1)
More like this (3)
-
How to Use Websockets in Golang : Best Tools and Step-by-Step Guide
A Comprehensive Guide to Working with WebSockets in Go — A practical and thorough introduction to...
-
Using SO_PEERCRED in Go · jbowen.dev
Using SO_PEERCRED in Go — A practical look at a slightly obscure Unix domain socket option...
-
Encoding Data with the Go Binary Package - Learning the Go Programming Language - Medium
Encoding Data with Go's encoding/binary Package — If you’re working with data and protocols at the...