0
私は私が行くとの経験がない問題のある行コンパイルエラーが発生しますか?
# GOPATH=`pwd` /usr/local/go/bin/go get github.com/andresdouglas/cuttle
# github.com/andresdouglas/cuttle
src/github.com/andresdouglas/cuttle/main.go:103: zone.GetController(r.URL.Host, r.URL.Path).Acquire() used as value
Here isを実行することにより、this pull request
をマージa fork of cuttleをコンパイルしようとしています。それはエラーですか?コンパイルされたバイナリは更新されていないようです。
間違ったバージョンのコードを見ていると思います。パッチされたバージョンではboolが返されます:https://github.com/andresdouglas/cuttle/blob/master/cuttle/limitcontrol.go – Andres
@Andresまあ、ローカルコードのバージョンを '更新する 'べきです。このhttps://github.com/andresdouglas/cuttle/blob/master/main.go#L14(404あります)をチェックしてください。 – Justlike
優れたキャッチ!それを試してみましょう – Andres