Skip to content

Commit ab7c2cb

Browse files
committed
ref: support protobuf enum compatibility
1 parent 5bd165d commit ab7c2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package docs_code
33
type DocType uint
44

55
const (
6-
BIK DocType = iota
6+
BIK DocType = iota + 1
77
INN
88
KPP
99
OGRN

0 commit comments

Comments
 (0)