package
Version:
v0.218.2
Opens a new window with list of versions in this module.
Published: Jun 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package main
import (
"go.llib.dev/frameless/pkg/mk"
)
func main() {
v := mk.New[TypeWithInit]()
_ = v
}
type TypeWithInit struct {
V1 string
V2 string
Foo string
Bar int
Baz bool
}
func (v *TypeWithInit) Init() {
v.V1 = "V1i"
v.V2 = "V2i"
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.