mirror of
https://github.com/golang/go
synced 2024-11-19 05:24:42 -07:00
efa866333f
I really should have read the trybot results... :( Change-Id: If2f5d1b8078827efb0cd8ea9165941864bb94d3a Reviewed-on: https://go-review.googlesource.com/c/tools/+/208669 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
7 lines
166 B
Go
7 lines
166 B
Go
//+build !cgo
|
|
|
|
package cgo
|
|
|
|
// Set a dummy marker to keep the test framework happy. The tests should be skipped.
|
|
var _ = "Example" //@mark(funccgoexample, "Example")
|