File: gucumber.go

package info (click to toggle)
golang-github-gucumber-gucumber 0.0~git20160715.0.71608e2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 160
  • sloc: makefile: 10
file content (7 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
package main

import "github.com/gucumber/gucumber"

func main() {
	gucumber.RunMain()
}