File: version.go

package info (click to toggle)
golang-github-kotakanbe-go-pingscanner 0.1.0%2Bgit20160420.1.58e188a-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 96 kB
  • sloc: makefile: 5
file content (7 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
package pingscanner

// Name ... Name
const Name string = "go-pingscanner"

// Version ... Version
const Version string = "0.1.0"