diff options
| author | Will Hawkins <[email protected]> | 2022-06-07 01:15:29 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-06-07 01:15:29 -0400 |
| commit | 6e66fb3d19b37c073faf6148f0a5a155128a93a1 (patch) | |
| tree | 4d1b32f9bff169040d11efaff1d449380bfd5f73 /extendedstats/other.go | |
| parent | d06438ff7414abfcc5a2a1bd13a935ee594f0842 (diff) | |
[Bugfix] Conditional build support broken for Windows
Now that we are conditionally building parts of the source code so that
we can use *nix's platform support for TCPInfo, it is hard to make sure
that I have all platforms working right at the same time.
@Schickendantzj helped debug this error this morning.
Diffstat (limited to 'extendedstats/other.go')
| -rw-r--r-- | extendedstats/other.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extendedstats/other.go b/extendedstats/other.go index c0f89ed..d720384 100644 --- a/extendedstats/other.go +++ b/extendedstats/other.go @@ -5,8 +5,6 @@ package extendedstats import ( "net" - - "golang.org/x/sys/unix" ) type ExtendedStats struct{} |
