Skip to content

Commit

Permalink
rename files to regular name, and update buildtags
Browse files Browse the repository at this point in the history
This allows us to remove the buildtag comment. Also updated
the other buildtags to the current go format.

Doing the rename in a separate commit, to assist Git history to
continue keeping track.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Nov 6, 2022
1 parent 163230f commit 109353e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions trap_others.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows

package mousetrap
Expand Down
3 changes: 0 additions & 3 deletions trap_windows_1.4.go → trap_windows.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// +build windows
// +build go1.4

package mousetrap

import (
Expand Down

0 comments on commit 109353e

Please sign in to comment.