diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-06-25 14:44:47 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-06-25 14:44:47 +0100 |
| commit | 7f18d5318c20543635f4a5b7eda42f1d04adc680 (patch) | |
| tree | 1ecc5f59cc3b16fcbe9fed22b95f6199343d8434 /cmd | |
| parent | 85e60b26336e9aa36c234df6f2c19fe49042185f (diff) | |
Remove unneeded build constraint
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/go-import-redirect/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/go-import-redirect/main.go b/cmd/go-import-redirect/main.go index dd7e262..26a526f 100644 --- a/cmd/go-import-redirect/main.go +++ b/cmd/go-import-redirect/main.go @@ -1,8 +1,6 @@ // SPDX-FileCopyrightText: © 2019 Grégoire Duchêne <gduchene@awhk.org> // SPDX-License-Identifier: ISC -//go:build !aws - package main import ( |
