From: Matthew Dempsky Date: Thu, 1 Dec 2016 22:59:21 +0000 (-0800) Subject: cmd/internal/obj: rename obj.go to line.go X-Git-Tag: go1.8beta2~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e3a1d0cb7c9e68d60b207a683e5f3ba23e62cb91;p=gostls13.git cmd/internal/obj: rename obj.go to line.go This file is entirely about the implementation of LineHist, and I can never remember which generic filename in cmd/internal/obj has it. Rename to line.go to match the already existing line_test.go. Change-Id: Id01f3339dc550c9759569d5610d808b17bca44d0 Reviewed-on: https://go-review.googlesource.com/33803 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/internal/obj/obj.go b/src/cmd/internal/obj/line.go similarity index 100% rename from src/cmd/internal/obj/obj.go rename to src/cmd/internal/obj/line.go