diff --git a/src/routes/home.go b/src/routes/home.go index e5120b4..176c2a3 100644 --- a/src/routes/home.go +++ b/src/routes/home.go @@ -4,7 +4,6 @@ import ( "anonymousoverflow/config" "anonymousoverflow/src/utils" "fmt" - "os" "regexp" "strings" diff --git a/src/routes/options.go b/src/routes/options.go index 4787eca..c0c8718 100644 --- a/src/routes/options.go +++ b/src/routes/options.go @@ -4,6 +4,8 @@ import ( "anonymousoverflow/config" "anonymousoverflow/src/utils" "fmt" + + "github.com/gin-gonic/gin" ) func ChangeOptions(c *gin.Context) {