We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314ac94 commit 6bef1d3Copy full SHA for 6bef1d3
example/go.mod
@@ -4,7 +4,6 @@ go 1.24.5
4
5
require (
6
github.com/joho/godotenv v1.5.1
7
- // github.com/linkvite/go is in ../
8
github.com/linkvite/go v0.0.0
9
)
10
example/main.go
@@ -1,7 +1,5 @@
1
package main
2
3
-// use the Linkvite Go SDK to interact with the Linkvite API
-
import (
"context"
"fmt"
0 commit comments