From 904e0235608d87d7ed447fcb875a6814fe7ed5c2 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 12 Sep 2022 00:12:25 +0200 Subject: Reordered imports --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index c498a5f..991c54a 100644 --- a/main.go +++ b/main.go @@ -2,9 +2,10 @@ package main import ( "encoding/json" - "github.com/gorilla/mux" "log" "net/http" + + "github.com/gorilla/mux" ) func handleHome(w http.ResponseWriter, r *http.Request) { -- cgit v1.1