Fix initial lint violations.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-07-07 14:55:50 -05:00
parent 9bcd532c19
commit 82f89c501a
4 changed files with 22 additions and 7 deletions
+2 -1
View File
@@ -6,9 +6,10 @@ SPDX-License-Identifier: Apache-2.0
package main
import (
"github.com/suzerain-io/placeholder-name/pkg/handlers"
"log"
"net/http"
"github.com/suzerain-io/placeholder-name/pkg/handlers"
)
func main() {