1
0
mirror of https://github.com/golang/go synced 2024-10-01 03:28:32 -06:00

go/packages: remove unnecessary newline on import section

Change-Id: I5d0019b76335460b35d4253f5c534810cc6bda77
Reviewed-on: https://go-review.googlesource.com/134335
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Koichi Shiraishi 2018-09-10 23:40:50 +09:00 committed by Alan Donovan
parent becf93d7cf
commit 18207bb12d

View File

@ -7,7 +7,6 @@ package packages
import (
"encoding/json"
"fmt"
"go/build"
"io/ioutil"
"os"