aboutsummaryrefslogtreecommitdiffhomepage
path: root/testscripts/commands/mod_init.txt
blob: c09e71a23c98d5015ab428f5ff4b5e964a088430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 ${GOVERSION}