mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
6 lines
51 B
Go
6 lines
51 B
Go
package tests
|
|
|
|
type Struct struct {
|
|
Test string
|
|
}
|