Sign in
go
/
tools
/
24acc66eabead631b4e856255a9ad925549cee80
/
.
/
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
()
}