generated from bing/readnotes
7 lines
60 B
Go
7 lines
60 B
Go
|
package font
|
||
|
|
||
|
|
||
|
|
||
|
type Font struct{
|
||
|
Head Head `json:"head"`
|
||
|
}
|