mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-14 11:21:07 +02:00
6 lines
67 B
Go
6 lines
67 B
Go
package test_package
|
|
|
|
type TestStruct struct {
|
|
TestField string
|
|
}
|