This commit is contained in:
Daniel 2023-05-25 20:48:03 +08:00
parent 00b6de3621
commit ab3e8b446d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -17,7 +17,7 @@
package conf
type Bazaar struct {
Trust bool `json:"bool"`
Trust bool `json:"trust"`
}
func NewBazaar() *Bazaar {