This commit is contained in:
Nick Miyake 2017-05-27 11:25:38 -07:00 коммит произвёл GitHub
Родитель 452040d635
Коммит 9d4b42e59d
1 изменённых файлов: 1 добавлений и 1 удалений

2
FAQ.md
Просмотреть файл

@ -293,7 +293,7 @@ yet](https://groups.google.com/forum/#!topic/go-package-management/fp2uBMf6kq4).
For the most part, you needn't do anything differently.
The only possible issue is if your project is ever consuemed as a library. If
The only possible issue is if your project is ever consumed as a library. If
so, then you may want to be wary about committing your `vendor/` directory, as
it can [cause
problems](https://groups.google.com/d/msg/golang-nuts/AnMr9NL6dtc/UnyUUKcMCAAJ).