File: v0_1_0-alpha.1.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 (12 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
mod=example.com/first
base=none
release=v0.1.0-alpha.1
-- want --
# summary
v0.1.0-alpha.1 is a valid semantic version for this release.
-- go.mod --
module example.com/first

go 1.12
-- p.go --
package p