package settings func boolPtr(b bool) *bool { return &b }