blob: a6db75ac3e671f5db4fa35d571cd9dda16eb115c (
plain)
1
2
3
4
5
6
|
# Copyright 2010 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.
goplay: goplay.go
go build goplay.go
|