File: vet_copylocks.go

package info (click to toggle)
golang-github-tinylib-msgp 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,168 kB
  • sloc: makefile: 45
file content (11 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
package _generated

import "sync"

//go:generate msgp
//go:generate go vet

type Foo struct {
	I    struct{}
	lock sync.Mutex
}