6 lines
58 B
Go
6 lines
58 B
Go
package annotation
|
|
|
|
type Resource struct {
|
|
Name string
|
|
}
|
package annotation
|
|
|
|
type Resource struct {
|
|
Name string
|
|
}
|