safing-portbase/database/record/record_test.go

10 lines
81 B
Go

package record
import (
"sync"
)
type TestRecord struct {
Base
sync.Mutex
}