Skip to content

Commit

Permalink
Fix windows build break.
Browse files Browse the repository at this point in the history
Compiled on windows with:

GOOS=windows GOARCH=amd64 go install ./...
  • Loading branch information
gcla committed Dec 23, 2019
1 parent 3d67627 commit c39f55a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailfile_unix.go → tailfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// code is governed by the MIT license that can be found in the LICENSE
// file.

//+build !windows

package termshark

import (
Expand Down

0 comments on commit c39f55a

Please sign in to comment.