|
|
|
|
|
by agwa
4194 days ago
|
|
Does anyone know what's going on with this line: > file := os.NewFile(3, "/tmp/sock-go-graceful-restart") What's with that filesystem path, which isn't referenced anywhere else, and which should be unnecessary because the file descriptor 3 is inherited when the process starts? |
|
[1] http://golang.org/pkg/os/#File [2] http://golang.org/pkg/os/#File.Name