1 2 3 4 5 6 7 8
package lex type Law struct { URL string `json:"url"` Title string `json:"title"` Abbr string `json:"abbr,omitempty"` Redir string `json:"redir,omitempty"` }