)
func main() {
- // The current is built with db6097f8cb [release-branch.go1.22] go1.22.1
+ // The current is built with 8e1fdea8316d840fd07e9d6e026048e53290948b go1.22.5
// TODO(bep) preserve the staticcheck.conf file.
fmt.Println("Forking ...")
defer fmt.Println("Done ...")
// If not, MustHaveBuildMode calls t.Skip with an explanation.
// Modified by Hugo (not needed)
func MustHaveBuildMode(t testing.TB, buildmode string) {
+ return
}
// HasSymlink reports whether the current system can use os.Symlink.
}
}
-// Modified by Hugo.
+// Modified by Hugo (not needed)
func TestHasGoBuild(t *testing.T) {
}
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build go1.13 && !windows
-// +build go1.13,!windows
-
package template
import (
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build go1.13
-// +build go1.13
-
package parse
import (