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