You've already forked speedtest-go
go.mod: make module name match repository (#74)
This commit is contained in:
committed by
GitHub
parent
123cd29ffb
commit
603cbdeec5
@@ -4,7 +4,7 @@ import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
|
||||
"github.com/librespeed/speedtest/database/schema"
|
||||
"github.com/librespeed/speedtest-go/database/schema"
|
||||
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
Reference in New Issue
Block a user