mirror of
https://github.com/vxcontrol/golua.git
synced 2026-07-01 22:14:01 -04:00
7f78a3b61a
Use build tags to select the version of lua to use.
8 lines
218 B
Go
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
|