Skip to content

Commit

Permalink
refactor: 适配高版本的 miniredis
Browse files Browse the repository at this point in the history
  • Loading branch information
huangqing.zhu committed Aug 13, 2024
1 parent eea625c commit 6077edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions option.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
type Tester interface {
Fatalf(string, ...any)
Cleanup(func())
Logf(format string, args ...interface{})
}

//go:generate optiongen --new_func=NewConf --xconf=true --empty_composite_nil=true --usage_tag_name=usage
Expand Down

0 comments on commit 6077edb

Please sign in to comment.