Change go module name
This commit is contained in:
@@ -3,7 +3,7 @@ package service
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"github.com/akhilrex/hammond/db"
|
||||
"hammond/db"
|
||||
)
|
||||
|
||||
func WriteToDB(fillups []db.Fillup, expenses []db.Expense) []string {
|
||||
|
||||
Reference in New Issue
Block a user