mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-02 22:52:51 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -26,8 +26,7 @@ func New() *Namespace {
|
||||
}
|
||||
|
||||
// Namespace provides template functions for the "cast" namespace.
|
||||
type Namespace struct {
|
||||
}
|
||||
type Namespace struct{}
|
||||
|
||||
// ToInt converts v to an int.
|
||||
func (ns *Namespace) ToInt(v any) (int, error) {
|
||||
|
Reference in New Issue
Block a user