BBCapMegane / waiwai_isucon5

waiwai
1 stars 0 forks source link

go-build #14

Open ShuzoN opened 5 years ago

ShuzoN commented 5 years ago

gorillaがいない

ShuzoN commented 5 years ago
root@4370165d1c2f:/go# tree src/github.com/
src/github.com/
|-- go-sql-driver
|   `-- mysql
`-- gorilla
    |-- context
    |-- mux
    |-- securecookie
    `-- sessions
ShuzoN commented 5 years ago

全然中身ねぇw

ShuzoN commented 5 years ago

docker内でgo getするか

ShuzoN commented 5 years ago
root@4370165d1c2f:/go# go get -u "github.com/go-sql-driver/mysql"
package github.com/go-sql-driver/mysql: directory "/go/src/github.com/go-sql-driver/mysql" is not using a known version control system
root@4370165d1c2f:/go# rm -r src/github.com/go-sql-driver/
root@4370165d1c2f:/go# go get -u "github.com/go-sql-driver/mysql"
root@4370165d1c2f:/go# tree src/github.com/
src/github.com/
|-- go-sql-driver
|   `-- mysql
|       |-- AUTHORS
|       |-- CHANGELOG.md
|       |-- CONTRIBUTING.md
|       |-- LICENSE
|       |-- README.md
|       |-- appengine.go
|       |-- auth.go
|       |-- auth_test.go
|       |-- benchmark_test.go
|       |-- buffer.go
|       |-- collations.go
|       |-- conncheck.go
|       |-- conncheck_dummy.go
|       |-- conncheck_test.go
|       |-- connection.go
|       |-- connection_test.go
|       |-- connector.go
|       |-- const.go
|       |-- driver.go
|       |-- driver_go110.go
|       |-- driver_go110_test.go
|       |-- driver_test.go
|       |-- dsn.go
|       |-- dsn_test.go
|       |-- errors.go
|       |-- errors_test.go
|       |-- fields.go
|       |-- infile.go
|       |-- packets.go
|       |-- packets_test.go
|       |-- result.go
|       |-- rows.go
|       |-- statement.go
|       |-- statement_test.go
|       |-- transaction.go
|       |-- utils.go
|       `-- utils_test.go
`-- gorilla
    |-- context
    |-- mux
    |-- securecookie
    `-- sessions