This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Go 1.16: Cleanup shutdownListener related code #171
Labels
enhancement
New feature or request
Milestone
Background
Just learned of this new functionality landing in Go 1.16:
Changes
It's been a little bit since I touched the code, but this looks to be the relevant portions to get an update once Go 1.16 is available:
brick/cmd/brick/main.go
Lines 114 to 120 in 88889b6
also:
brick/cmd/brick/server.go
Lines 29 to 48 in 88889b6
See also func
gracefulShutdown
in that same file.References
The text was updated successfully, but these errors were encountered: