We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa71b commit 6fce8e1Copy full SHA for 6fce8e1
1 file changed
server/server.go
@@ -125,7 +125,7 @@ func (s *Server) Run(host, port string) error {
125
126
// Start is responsible for kicking off the http server
127
func (s *Server) Start(host, port string) error {
128
- return s.StartContext(nil, host, port)
+ return s.StartContext(context.Background(), host, port)
129
}
130
131
// StartContext is responsible for kicking off the http server,
0 commit comments