Files
golua/lua/lua52/dummy.go
T
aarzilli 7f78a3b61a merge branches lua5.2 and lua5.3 into master
Use build tags to select the version of lua to use.
2020-08-26 09:43:58 +02:00

8 lines
218 B
Go

// +build dummy
// Package lua contains only a C header files.
//
// This Go file is part of a workaround for `go mod vendor`.
// Please see the file dummy.go in the parent directory for more information.
package lua