Update docs for Go 1.11

This commit is contained in:
Alexander Neumann
2018-08-30 22:49:39 +02:00
parent 65129bde5e
commit e9a764129f
3 changed files with 53 additions and 16 deletions

View File

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