File: main.go

package info (click to toggle)
golang-github-gopherjs-gopherjs 0.0~git20170927.0.4152256-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,464 kB
  • sloc: cpp: 91; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
package main

var mainDidRun = false

func main() {
	mainDidRun = true
}