Skip to content

Instantly share code, notes, and snippets.

@erayakartuna
Created January 2, 2022 21:28
Show Gist options
  • Save erayakartuna/6100e06b4878cc7365bc264021e2865f to your computer and use it in GitHub Desktop.
Save erayakartuna/6100e06b4878cc7365bc264021e2865f to your computer and use it in GitHub Desktop.
Logv6.go
// InitRequestLogs ...
func InitRequestLogs() {
go func() {
for {
time.Sleep(time.Second * 5)
writeLogs()
}
}()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment