From: Jason A. Donenfeld Date: Wed, 7 Feb 2018 17:58:38 +0000 (+0100) Subject: Go treats underscores specially X-Git-Tag: 0.0.20180514~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a6001bb92c2af95415ad631344be98e54da18c;p=thirdparty%2Fwireguard-go.git Go treats underscores specially In case there's ever a platform called helpers or protocol, we don't want to be doing this. --- diff --git a/noise_helpers.go b/noise-helpers.go similarity index 100% rename from noise_helpers.go rename to noise-helpers.go diff --git a/noise_protocol.go b/noise-protocol.go similarity index 100% rename from noise_protocol.go rename to noise-protocol.go diff --git a/noise_types.go b/noise-types.go similarity index 100% rename from noise_types.go rename to noise-types.go