mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-11 00:40:00 +08:00
chore: update code format. (#628)
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"text/template"
|
||||
)
|
||||
|
||||
const regularPerm = 0666
|
||||
const regularPerm = 0o666
|
||||
|
||||
// DefaultTemplate is a tool to provides the text/template operations
|
||||
type DefaultTemplate struct {
|
||||
|
||||
Reference in New Issue
Block a user