Russ Cox | afb1b0e | 2012-03-07 10:15:20 -0500 | [diff] [blame] | 1 | // Copyright 2011 The Go Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
Francisco Souza | dc57ed8 | 2012-03-08 12:13:41 -0500 | [diff] [blame] | 5 | // +build ignore |
| 6 | |
Russ Cox | afb1b0e | 2012-03-07 10:15:20 -0500 | [diff] [blame] | 7 | package main |
| 8 | |
Francisco Souza | dc57ed8 | 2012-03-08 12:13:41 -0500 | [diff] [blame] | 9 | import "." |
Russ Cox | afb1b0e | 2012-03-07 10:15:20 -0500 | [diff] [blame] | 10 | |
| 11 | func main() { |
| 12 | cgosotest.Test() |
| 13 | } |