mirror of
https://github.com/restic/restic.git
synced 2025-08-14 21:27:27 +00:00
Update docs for Go 1.11
This commit is contained in:
@@ -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.:
|
||||
|
Reference in New Issue
Block a user