Skip to content

Commit 6bef1d3

Browse files
committed
remove unnecessary comments
1 parent 314ac94 commit 6bef1d3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

example/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.24.5
44

55
require (
66
github.com/joho/godotenv v1.5.1
7-
// github.com/linkvite/go is in ../
87
github.com/linkvite/go v0.0.0
98
)
109

example/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package main
22

3-
// use the Linkvite Go SDK to interact with the Linkvite API
4-
53
import (
64
"context"
75
"fmt"

0 commit comments

Comments
 (0)