Skip to content

Commit

Permalink
test: fix test error on rotaefile pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Oct 25, 2022
1 parent 77eace3 commit feba08f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rotatefile/any.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//go:build !go1.18
// +build !go1.18

package rotatefile

// alias of interface{}, use for go < 1.18
type any = interface{}

0 comments on commit feba08f

Please sign in to comment.