We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c2341 commit 2e31103Copy full SHA for 2e31103
.gitignore
@@ -0,0 +1,2 @@
1
+.idea
2
+
README.md
@@ -1 +1,3 @@
# fti
3
+Firestore testdata inserter.
cmd/fti/main.go
@@ -0,0 +1,5 @@
+package main
+func main() {
4
5
+}
go.mod
@@ -0,0 +1,3 @@
+module github.com/go-generalize/fti
+go 1.17
0 commit comments