neubot / dash

Go implementation of Neubot's DASH experiment
https://neubot.github.io
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

cleanup(server.Handler): hide public fields #43

Closed bassosimone closed 8 months ago

bassosimone commented 8 months ago

We initialize these fields using the constructor and then there's no real need to expose them to any consumer.

While there, fix a log message string.