libgo: update to Go 1.11
[official-gcc.git] / libgo / go / cmd / go / testdata / mod / rsc.io_!c!g!o_v1.0.0.txt
blob6276147535b445b33e1ebecc9d154e56186ebd49
1 rsc.io/CGO v1.0.0
3 -- .mod --
4 module rsc.io/CGO
5 -- .info --
6 {"Version":"v1.0.0","Name":"","Short":"","Time":"2018-08-01T18:23:45Z"}
7 -- go.mod --
8 module rsc.io/CGO
9 -- cgo.go --
10 // Copyright 2018 The Go Authors. All rights reserved.
11 // Use of this source code is governed by a BSD-style
12 // license that can be found in the LICENSE file.
14 package CGO
16 // #cgo CFLAGS: -I${SRCDIR}
17 import "C"
19 var V = 0