Skip to content

Commit cfdc15a

Browse files
cbullingerdacharyc
andauthored
Update usage-examples/go/atlas-sdk-go/internal/utils.go
Co-authored-by: Dachary <[email protected]>
1 parent f5414b3 commit cfdc15a

File tree

1 file changed

+2
-2
lines changed
  • usage-examples/go/atlas-sdk-go/internal

1 file changed

+2
-2
lines changed

usage-examples/go/atlas-sdk-go/internal/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package internal
33
import (
44
"io"
55
"log"
6-
"os"
7-
"path/filepath"
6+
"os" // :remove:
7+
"path/filepath" // :remove:
88
)
99

1010
// SafeClose closes c and logs a warning on error.

0 commit comments

Comments
 (0)