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