mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add nolint.
This commit is contained in:
@ -52,6 +52,7 @@ func init() {
|
||||
}
|
||||
|
||||
if _, err := os.Stat(logs); os.IsNotExist(err) {
|
||||
//nolint
|
||||
os.Mkdir(logs, os.ModePerm)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user