This game was developed for and presented at GoCon Winter 2015 in Tokyo. Change-Id: I08148e16a54355b79f634dce867b3c3c0a0153cb Reviewed-on: https://go-review.googlesource.com/18245 Reviewed-by: Nigel Tao <nigeltao@golang.org>
11 lines
216 B
Go
11 lines
216 B
Go
// Copyright 2014 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build !darwin,!linux
|
|
|
|
package main
|
|
|
|
func main() {
|
|
}
|