Sign in
go
/
tools.git
/
a19eef6bcb20e66f8d655ff8c1956804293a7bdf
/
.
/
refactor
/
eg
/
testdata
/
no_before.txtar
blob: 640f7269a043c1e075b31893afb21ff849d68cfa [
file
] [
log
] [
blame
]
--
go
.
mod
--
module
example
.
com
go
1.18
--
template
/
template
.
go
--
package
template
const
shouldFail
=
"no 'before' func found in template"
func
Before
()
{}