Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/dfa2ba132e33f6452b57eaa3f2d3cac546544f85/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
}