File: gucumber.go

package info (click to toggle)
golang-github-lsegal-gucumber 0.0~git20160110.0.44a4d7e-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 164 kB
  • sloc: makefile: 10
file content (7 lines) | stat: -rwxr-xr-x 87 bytes parent folder | download
1
2
3
4
5
6
7
package main

import "github.com/lsegal/gucumber"

func main() {
	gucumber.RunMain()
}