]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
Go treats underscores specially
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 7 Feb 2018 17:58:38 +0000 (18:58 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 7 Feb 2018 17:59:41 +0000 (18:59 +0100)
In case there's ever a platform called helpers or protocol, we don't
want to be doing this.

noise-helpers.go [moved from noise_helpers.go with 100% similarity]
noise-protocol.go [moved from noise_protocol.go with 100% similarity]
noise-types.go [moved from noise_types.go with 100% similarity]

similarity index 100%
rename from noise_helpers.go
rename to noise-helpers.go
similarity index 100%
rename from noise_protocol.go
rename to noise-protocol.go
similarity index 100%
rename from noise_types.go
rename to noise-types.go