Change go module name

This commit is contained in:
Alf Sebastian Houge
2023-02-16 22:35:03 +01:00
parent a8c85bcd7d
commit 9da21b2192
26 changed files with 69 additions and 54 deletions

View File

@@ -4,10 +4,11 @@ import (
"fmt"
"net/http"
"github.com/akhilrex/hammond/common"
"github.com/akhilrex/hammond/db"
"github.com/akhilrex/hammond/models"
"github.com/akhilrex/hammond/service"
"hammond/common"
"hammond/db"
"hammond/models"
"hammond/service"
"github.com/gin-gonic/gin"
)