diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-23 18:33:31 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-23 18:34:09 +0100 |
commit | cc20c08c9615edbb31b96c89201bf1b2189fe159 (patch) | |
tree | 3406d401e5ee484f99fa35b64ccde2bb0687f237 /tun/netstack/examples/http_client.go | |
parent | 1417a47c8fa816f427ac56ebe79a90a97a01aef5 (diff) |
global: remove old style build tags
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/netstack/examples/http_client.go')
-rw-r--r-- | tun/netstack/examples/http_client.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tun/netstack/examples/http_client.go b/tun/netstack/examples/http_client.go index 7df587a..ccd32ed 100644 --- a/tun/netstack/examples/http_client.go +++ b/tun/netstack/examples/http_client.go @@ -1,5 +1,4 @@ //go:build ignore -// +build ignore /* SPDX-License-Identifier: MIT * |