Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/f65f378dd935d45d8da9b16798591e961ef6942e/vendor/github.com/klauspost/compress/internal/cpuinfo/cpuinfo_amd64.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

11 lines
209 B

//go:build amd64 && !appengine && !noasm && gc
// +build amd64,!appengine,!noasm,gc
package cpuinfo
// go:noescape
func x86extensions() (bmi1, bmi2 bool)
func init() {
hasBMI1, hasBMI2 = x86extensions()
}