ginger/macros/builtins.go
2014-10-20 22:51:05 -04:00

11 lines
188 B
Go

package macros
import (
"github.com/mediocregopher/ginger/macros/pkgctx"
"github.com/mediocregopher/ginger/types"
)
func Package(p *pkgctx.PkgCtx, el types.Elem) string {
return ""
}