Add a fun fact

This commit is contained in:
Tracker-Friendly 2024-09-01 13:49:58 +01:00
parent cd12fad9b7
commit b48d45e3cf
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ import (
"time"
)
// Fun fact: the reference time is the specific time Jan 2 15:04:05 2006 MST, which reads:
// 01 02 03 04 05 06 -0700
// 1234567. Very clever, Google.
var timeLayout = "02/Jan/2006 15:04:05"
func StartServer(port string, path string, address string, protocolVer string) (error, int) {