go mod tidy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2020-10-05 06:46:13 -07:00
parent a9887634ab
commit db919c1025
3 changed files with 0 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ func NewServer(options ...func(s *server)) *server {
for _, opt := range options {
opt(n)
}
return n
}