File: check_lua.go

package info (click to toggle)
golang-github-lunny-nodb 0.0~git20160621.0.fc1ef06-5
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 424 kB
  • sloc: python: 259; sh: 50; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
// +build ignore

package main

import "github.com/siddontang/golua/lua"

func main() {
	L := lua.NewState()
	L.Close()
}