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