Files
2026-07-13 11:58:46 +08:00

14 lines
282 B
Plaintext

# Test the hugo init command.
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}