mirror of
https://github.com/golang/go
synced 2024-11-19 07:54:43 -07:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
package template
|
||
|
|
||
|
const shouldFail = "no 'before' func found in template"
|
||
|
|
||
|
func Before() {}
|