Sign in
go
/
tools
/
95cb2a1a7eae2d74d8211d4930f76e8ccd5e124f
/
.
/
refactor
/
eg
/
testdata
/
F.template
blob: 21e1bd2a4f275eac5e0b5aa7cfbbb5ed2727ee45 [
file
] [
log
] [
blame
]
package
templates
// Test
import
"sync"
func before
(
s sync
.
RWMutex
)
{
s
.
Lock
()
}
func after
(
s sync
.
RWMutex
)
{
s
.
RLock
()
}