You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,11 @@ Due to the fact that Go 1.11 module versions have semantic meaning and don't nec
15
15
| 0.28 | v28 |
16
16
| 0.27 | v27 |
17
17
18
-
You can import them in your project via `go get` or a regular `import`with the versionnumber as a suffix. For example, if you have libgit2 v0.28 installed, you'd import with
18
+
You can import them in your project with the version's major number as a suffix. For example, if you have libgit2 v0.28 installed, you'd import git2go v28 with
0 commit comments