1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:24:40 -07:00

exp/terminal: rename terminal.go to util.go

(This is part of removing the duplicate code between exp/terminal and
exp/ssh, but hg is having a very hard time keeping up so I'm doing it
in small steps.)

R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5373061
This commit is contained in:
Adam Langley 2011-11-11 11:18:45 -05:00
parent ca4708fa79
commit d08f57e68c
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ GOFILES=\
shell.go\ shell.go\
ifneq ($(GOOS),windows) ifneq ($(GOOS),windows)
GOFILES+=terminal.go GOFILES+=util.go
endif endif
include ../../../Make.pkg include ../../../Make.pkg