Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/7350213c64c87c535be1c11a2ad166ec6e047ca1/vendor/golang.org/x/sys/unix/ptrace_ios.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 

12 lines
298 B

// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build ios
// +build ios
package unix
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
return ENOTSUP
}