mirror of
https://github.com/golang/go
synced 2024-11-20 09:34:52 -07:00
b0683bd77a
this breaks the dependency of package io on package bytes. R=rsc CC=golang-dev https://golang.org/cl/163085
13 lines
247 B
Makefile
13 lines
247 B
Makefile
# Copyright 2009 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.
|
|
|
|
include ../../Make.$(GOARCH)
|
|
|
|
TARG=io
|
|
GOFILES=\
|
|
io.go\
|
|
pipe.go\
|
|
|
|
include ../../Make.pkg
|