Files
hugo/testscripts/commands/mod_init.txt
T
Bjørn Erik Pedersen b358a65c8b Upgrade to Go 1.26
2026-02-12 15:34:33 +01:00

15 lines
317 B
Plaintext

# Test the hugo init command.
dostounix golden/go.mod.testsubmod
hugo mod init testsubmod
cmpenv go.mod $WORK/golden/go.mod.testsubmod
-- hugo.toml --
title = "Hugo Modules Test"
[module]
[[module.imports]]
path="github.com/bep/empty-hugo-module"
-- golden/go.mod.testsubmod --
module testsubmod
go ${GOMODVERSION}