kanmu / gocon2021_office_hour

3 stars 0 forks source link

ヒント #1

Closed mururu closed 1 year ago

mururu commented 3 years ago

MEMO の中身

何回失敗しても諦めないで!
Don't give up no matter how many times you fail!

これに従って諦めずに挑戦していくと…?

$ ./gocon2021_office_hour
Enter your answer 答えを入力してください: aaa
Failed 残念
Enter your answer 答えを入力してください: bbb
Failed 残念
Enter your answer 答えを入力してください: ccc
Failed 残念
Enter your answer 答えを入力してください: ddd
Failed 残念
Enter your answer 答えを入力してください: eee
Failed 残念
Enter your answer 答えを入力してください: fff
Failed 残念

You can user one of go tool command. Let's run `go tool`.
go tool ~~~ コマンドで使えるものがあるかも…? `go tool` を実行してみてください

ヒントが出ました!早速実行してみましょう!

$ go tool
addr2line
asm
buildid
cgo
compile
cover
dist
doc
fix
link
nm
objdump
pack
pprof
test2json
trace
vet

いっぱいあってよくわからない…。 ここで大ヒントです。使うのは go tool nm です。 そして手元にある grep を組み合わせると…?