dummy.go 208 B

1234567
  1. // +build dummy
  2. // Package c contains only a C file.
  3. //
  4. // This Go file is part of a workaround for `go mod vendor`.
  5. // Please see the file dummy.go at the root of the module for more information.
  6. package c