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-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@ Now you can already start working on the project.
19
19
20
20
### How to use this module in your project
21
21
22
-
Create a copy of our module on your local disk to ensure no updates will come in as it may break because of a new major release coming with breaking changes. GO doesn't support versioning up to now out of the box.
23
-
Import the archive in your project as shown in the examples below.
22
+
Use [govendor](https://github.com/kardianos/govendor) for the dependency installation: `govendor fetch github.com/hexonet/go-sdk@<tag id>`. You can update this dependency later on by `govendor sync github.com/hexonet/go-sdk@<new tag id>`.
23
+
The dependencies will be installed in subfolder "vendor". Import the module in your project as shown in the examples below.
24
+
25
+
For more details on govendor, please read the [CheatSheet](https://github.com/kardianos/govendor/wiki/Govendor-CheatSheet) and also the [developer guide](https://github.com/kardianos/govendor/blob/master/doc/dev-guide.md). Knowing about the latter one is very important.
0 commit comments