feat: add go-sdk

This commit is contained in:
KentHsu
2024-08-04 17:14:55 +08:00
parent 789c6cf5d7
commit 1378ffc138
10 changed files with 1218 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module github.com/mendableai/firecrawl/go-sdk/examples
go 1.22.5
replace github.com/mendableai/firecrawl/go-sdk => ../
require (
github.com/google/uuid v1.6.0
github.com/mendableai/firecrawl/go-sdk v0.0.0-00010101000000-000000000000
)