File: bad_submodule.txt

package info (click to toggle)
golang-golang-x-mod 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 932 kB
  • sloc: sh: 6; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
path=example.com/m
version=v1.0.0
wantErr=go.mod file not in module root directory
-- example.com/m@v1.0.0/go.mod --
module example.com/m

go 1.13
-- example.com/m@v1.0.0/sub/go.mod --
module example.com/m/sub