If you run `hugo env -v` you will get a complete and up to date list.
-In Hugo 0.110.2 that list is, in lexical order:
+In Hugo 0.111.2 that list is, in lexical order:
```
cloud.google.com/go/compute="v1.6.1"
}
}
-// NewLogger creates a new Logger for the given thresholds
+// NewLogger creates a new Logger for the given thresholds
func NewLogger(stdoutThreshold, logThreshold jww.Threshold, outHandle, logHandle io.Writer, saveErrors bool) Logger {
return newLogger(stdoutThreshold, logThreshold, outHandle, logHandle, saveErrors)
}
return false
}
- for k, _ := range p {
+ for k := range p {
return k == mergeStrategyKey
}
return c.getPageNew(nil, key)
}
-// Only used in tests.
+// Only used in tests.
func (c *PageCollections) getPage(typ string, sections ...string) page.Page {
refs := append([]string{typ}, path.Join(sections...))
p, _ := c.getPageOldVersion(refs...)
// Additional features are:
// * it can be reset, so the action can be repeated if needed
// * it has methods to check if it's done or in progress
-//
+
type onceMore struct {
mu sync.Mutex
lock uint32
//
// The big motivating behind this is to have only one source of truth for URLs,
// and by that also get rid of most of the fragile string parsing/encoding etc.
-//
-//
+
type TargetPathDescriptor struct {
PathSpec *helpers.PathSpec
`)
}
-
// See #10774
func TestPageFunctionExists(t *testing.T) {
t.Parallel()
dirOp := checkChange(item.left.FileInfo, item.right.FileInfo)
if dirOp != 0 {
- evs := []fsnotify.Event{fsnotify.Event{Op: dirOp, Name: item.filename}}
+ evs := []fsnotify.Event{{Op: dirOp, Name: item.filename}}
return evs, nil
}