1package pgstate 2var n int64 3func Inc(cur realm) { n++ } 4func Render(path string) string { return "n" }