Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/29266ec1fb6b45c294628dba933c6133da4ad1ee/vendor/google.golang.org/protobuf/internal/genid/wrappers.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 

13 lines
451 B

// Copyright 2019 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 genid
import protoreflect "google.golang.org/protobuf/reflect/protoreflect"
// Generic field name and number for messages in wrappers.proto.
const (
WrapperValue_Value_field_name protoreflect.Name = "value"
WrapperValue_Value_field_number protoreflect.FieldNumber = 1
)