mirror of
https://github.com/golang/go
synced 2024-11-05 23:26:18 -07:00
bfcffc697d
See refactor/eg/eg.go for details. LGTM=crawshaw R=crawshaw, gri, kamil.kisiel, josharian CC=golang-codereviews https://golang.org/cl/81010043
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
package template
|
|
|
|
const shouldFail = "no 'before' func found in template"
|
|
|
|
func Before() {}
|