Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/3f0e17fa12fbd8fe5bcc356370e09fca66e6800a/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 

11 lines
116 B

// +build js nacl plan9
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}