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

13 lines
298 B

2 years ago
// 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
}