Skip to content

Commit

Permalink
Update file.go
Browse files Browse the repository at this point in the history
edit Error File `Perfix` = > `Prefix`.
  • Loading branch information
auula committed Nov 16, 2020
1 parent 21d0fd8 commit 1d525cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
)

const (
// Error File Perfix
errPerfix = "error_"
// Error File Prefix
errPrefix = "error_"
// File Perfix
suffix = ".log"
// Backup File Suffix
Expand Down

0 comments on commit 1d525cf

Please sign in to comment.