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

15 lines
321 B

// 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
}