1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Rename project.

Add build script.
This commit is contained in:
Ferdinand Mütsch
2020-03-31 12:22:17 +02:00
parent 1510bcaa91
commit 7d36c4e111
19 changed files with 43 additions and 47 deletions

View File

@ -10,7 +10,7 @@ import (
"time"
"github.com/jinzhu/gorm"
"github.com/n1try/wakapi/models"
"github.com/muety/wakapi/models"
)
type SummaryService struct {