Commit d08f57e6 authored by Adam Langley's avatar Adam Langley

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
parent ca4708fa
......@@ -9,7 +9,7 @@ GOFILES=\
shell.go\
ifneq ($(GOOS),windows)
GOFILES+=terminal.go
GOFILES+=util.go
endif
include ../../../Make.pkg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment