fix imports in readme

This commit is contained in:
idk
2023-06-24 10:24:12 -04:00
parent 9cbfbcd4c7
commit 633a864a02

View File

@ -27,7 +27,7 @@ import (
"net/http"
"os"
"github.com/cryptix/goSam"
"github.com/eyedeekay/goSam"
)
func main() {
@ -85,7 +85,7 @@ import (
"net/http"
"os"
"github.com/cryptix/goSam"
"github.com/eyedeekay/goSam"
)
func main() {