diff options
Diffstat (limited to 'vendor/github.com/GeertJohan/go.rice/debug.go')
-rw-r--r-- | vendor/github.com/GeertJohan/go.rice/debug.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/GeertJohan/go.rice/debug.go b/vendor/github.com/GeertJohan/go.rice/debug.go new file mode 100644 index 00000000..2e68c842 --- /dev/null +++ b/vendor/github.com/GeertJohan/go.rice/debug.go @@ -0,0 +1,4 @@ +package rice + +// Debug can be set to true to enable debugging. +var Debug = false |