Versions in this module Expand all Collapse all v1 v1.1.0 Jun 17, 2023 v1.0.0 Jun 12, 2023 Changes in this version + const Const1 + const Const2 + const Const3 + const Constant + var Var = 2 + var VarA = 'a' + var VarB = 'b' + var VarC = 'c' + func Func(param int) int + type AnotherStruct struct + Field string + func NewAnotherStruct() *AnotherStruct + func (s *AnotherStruct) GetField() string + type Type struct + func (t *Type) Func()