File: badmajor.test

package info (click to toggle)
golang-golang-x-exp 0.0~git20221028.83b7d23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 6,276 kB
  • sloc: ansic: 1,900; sh: 278; objc: 276; asm: 48; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
mod=example.com/patherrors
base=none
error=true
-- want --
module path "example.com/patherrors/v0" has major version suffix "v0".
A major version suffix is only allowed for v2 or later.
-- go.mod --
module example.com/patherrors/v0

go 1.12