fix: go-sdk module name

This commit is contained in:
KentHsu
2024-08-13 09:52:41 +08:00
parent 09ca165d2e
commit fd060c7ef1
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"log"
"github.com/google/uuid"
"github.com/mendableai/firecrawl/go-sdk/firecrawl"
"github.com/mendableai/firecrawl/firecrawl"
)
func main() {