mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-13 00:04:08 +02:00
lint fix.
This commit is contained in:
parent
1ff743c598
commit
9c014336ff
16 changed files with 76 additions and 46 deletions
|
@ -47,7 +47,7 @@ func init() {
|
|||
}
|
||||
|
||||
if _, err := os.Stat(logs); os.IsNotExist(err) {
|
||||
os.Mkdir(logs, os.ModePerm)
|
||||
_ = os.Mkdir(logs, os.ModePerm)
|
||||
}
|
||||
|
||||
latest := filepath.Join(logs, "neko-latest.log")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue