Skip to content

Commit de9a6da

Browse files
jeanbzaianlancetaylor
authored andcommitted
content: add missing word to migrating-to-go-modules
Change-Id: Ic3a9e4ef81408b6bb1a0f0b73eb3e4ed5994260c Reviewed-on: https://go-review.googlesource.com/c/blog/+/191177 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent b5e6ffc commit de9a6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/migrating-to-go-modules.article

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Another scenario in which a module's canonical path may differ from its reposito
199199

200200
* Conclusion
201201

202-
Converting to Go modules should be a straightforward process for most users. Occasional issues may arise due to non-canonical import paths or breaking changes within dependency. Future posts will explore publishing new versions, v2 and beyond, and ways to debug strange situations.
202+
Converting to Go modules should be a straightforward process for most users. Occasional issues may arise due to non-canonical import paths or breaking changes within a dependency. Future posts will explore publishing new versions, v2 and beyond, and ways to debug strange situations.
203203

204204
To provide feedback and help shape the future of dependency management in Go, please send us [[https://golang.org/issue/new][bug reports]] or [[https://golang.org/wiki/ExperienceReports][experience reports]].
205205

0 commit comments

Comments
 (0)