Move diff from nspcc master and support branches #28
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ type boltDBCfg struct {
|
|||
boltOptions *bbolt.Options
|
||||
}
|
||||
|
||||
func defaultCfg(с *cfg) {
|
||||
*с = cfg{
|
||||
func defaultCfg(c *cfg) {
|
||||
*c = cfg{
|
||||
boltDBCfg: boltDBCfg{
|
||||
perm: os.ModePerm, // 0777
|
||||
boltOptions: &bbolt.Options{
|
||||
|
|
Loading…
Reference in a new issue