]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj: rename obj.go to line.go
authorMatthew Dempsky <mdempsky@google.com>
Thu, 1 Dec 2016 22:59:21 +0000 (14:59 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 1 Dec 2016 23:11:15 +0000 (23:11 +0000)
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 <bradfitz@golang.org>
src/cmd/internal/obj/line.go [moved from src/cmd/internal/obj/obj.go with 100% similarity]