ginger/macros/builtins.go

11 lines
188 B
Go
Raw Normal View History

2014-10-21 02:51:05 +00:00
package macros
import (
"github.com/mediocregopher/ginger/macros/pkgctx"
"github.com/mediocregopher/ginger/types"
)
func Package(p *pkgctx.PkgCtx, el types.Elem) string {
return ""
}