go-by-example/timeouts/timeouts.go
2023-12-18 03:40:05 -05:00

10 lines
No EOL
58 B
Go

package main
import (
"fmt"
"time"
)
func main() {
}