
第四話沒有騎車的場景,
所以就跑去這間北京料理「双龍」
つきみ野 <-> 双龍,有一小段距離 約6公里

google map路徑:
https://goo.gl/maps/VnvxDsGrVx62








git clone https://github.com/kilfu0701/go-vendor-example.git
cd go-vendor-example
export GOPATH=`pwd`
export PATH=$GOPATH/bin:$PATHgo get -u github.com/kardianos/govendor
rm -rf src/github.com src/golang.org # after install govender, remove "src/github.com" & "src/golang.org"cd src/app
govendor synccd $GOPATH
go run src/main.go