Remove -mod=vendor from all documentation and code

This commit is contained in:
Alexander Neumann
2020-03-01 11:32:36 +01:00
parent 28121090c2
commit c0373cd307
7 changed files with 12 additions and 18 deletions

View File

@@ -22,9 +22,7 @@ The program can be built with debug support like this:
.. code-block:: console
$ go run build.go -mod=vendor -tags debug
For Go < 1.11, the option ``-mod=vendor`` needs to be removed.
$ go run build.go -tags debug
Afterwards, extensive debug messages are written to the file in
environment variable ``DEBUG_LOG``, e.g.: