1module github.com/dmitshur-test/modtest5@v0.5.0-alpha 2 3-- .mod -- 4module github.com/dmitshur-test/modtest5 5-- .info -- 6{"Version":"v0.5.0-alpha","Time":"2019-06-18T19:04:46-07:00"} 7-- p.go -- 8package p 9 10const v = 2
View as plain text