Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/blame/commit/6814a13a9bc51b9e9428d89cac16963b9ff580aa/vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go You should set ROOT_URL correctly, otherwise the web may not work correctly.

16 lines
321 B

2 years ago
// Copyright 2018 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.
package protoiface
type MessageV1 interface {
Reset()
String() string
ProtoMessage()
}
type ExtensionRangeV1 struct {
Start, End int32 // both inclusive
}