Skip to content

Commit 83d44e0

Browse files
author
ryan nemeth
committed
grammar
1 parent 83c3c37 commit 83d44e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/posts/2025-11-02-go-mod-breaks-tests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ categories:
88
- Golang
99
- Programming
1010
---
11+
1112
## Introduction
12-
If you’ve ever initialized a new Go project with `go mod init main` and later tried to write tests for it, you may have seen this cryptic error:
13+
If you have ever initialized a new Go project with `go mod init main` and later tried to write tests for it, you may have seen this cryptic error:
1314
```
1415
cannot import "main"
1516
```

0 commit comments

Comments
 (0)