github.com/xyproto/gopher-lua@v1.0.2/package.go (about)

     1  // GopherLua: VM and compiler for Lua in Go
     2  package lua
     3  
     4  const PackageName = "GopherLua"
     5  const PackageVersion = "0.1"
     6  const PackageAuthors = "Yusuke Inuzuka"
     7  const PackageCopyRight = PackageName + " " + PackageVersion + " Copyright (C) 2015 -2017 " + PackageAuthors