Skip to content

Commit ebba140

Browse files
committed
update vendor-directory
1 parent 85dd66b commit ebba140

File tree

22 files changed

+58
-113
lines changed

22 files changed

+58
-113
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.DS_Store
22
.idea/
33
**/vendor
4-
!vendor-directory/basic-vendor/vendor/
5-
!vendor-directory/basic-vendor/vendor/github.com/anonymous/nested/vendor/
4+
!vendor-directory/vendor/

β€Žvendor-directory/README.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# `vendor` directory in Go
22

3+
## Overview
4+
5+
In this section we'll be talking about the `vendor` directory feature
6+
in Go.
7+
8+
Since `Go 1.5`, the Go team decided to make our life easier and allow the
9+
community to develop package managers, so we all enjoy downloading
10+
and installing specific locked versions of software, without
11+
breaking our precious applications.
12+
13+
By the end of this tutorial you will perfectly know what the `vendor`
14+
directory is Go and how to make use of it.
315

416
## Medium version πŸ“–
517

1.56 KB
Binary file not shown.
1.94 KB
Binary file not shown.
-1.16 KB
Binary file not shown.

β€Žvendor-directory/basic-vendor/en/en.goβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Žvendor-directory/basic-vendor/main.goβ€Ž

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€Žvendor-directory/basic-vendor/ru/ru.goβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Žvendor-directory/basic-vendor/vendor/github.com/anonymous/greeter/chinese/chinese.goβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Žvendor-directory/basic-vendor/vendor/github.com/anonymous/greeter/hello/hello.goβ€Ž

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
Β (0)