mirror of
https://github.com/golang/go
synced 2024-11-20 01:54:41 -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:
parent
ca4708fa79
commit
d08f57e68c
@ -9,7 +9,7 @@ GOFILES=\
|
||||
shell.go\
|
||||
|
||||
ifneq ($(GOOS),windows)
|
||||
GOFILES+=terminal.go
|
||||
GOFILES+=util.go
|
||||
endif
|
||||
|
||||
include ../../../Make.pkg
|
||||
|
Loading…
Reference in New Issue
Block a user