Skip to content

Commit 4245a45

Browse files
authored
all: Remove deprecated build tags
1 parent f0c1852 commit 4245a45

20 files changed

+0
-20
lines changed

commands/deploy.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package commands
1817

commands/deploy_off.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !withdeploy
15-
// +build !withdeploy
1615

1716
// Copyright 2024 The Hugo Authors. All rights reserved.
1817
//

common/hugo/vars_extended.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build extended
15-
// +build extended
1615

1716
package hugo
1817

common/hugo/vars_regular.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !extended
15-
// +build !extended
1615

1716
package hugo
1817

common/hugo/vars_withdeploy.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package hugo
1817

common/hugo/vars_withdeploy_off.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !withdeploy
15-
// +build !withdeploy
1615

1716
package hugo
1817

deploy/cloudfront.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package deploy
1817

deploy/deploy.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package deploy
1817

deploy/deploy_azure.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !solaris && withdeploy
15-
// +build !solaris,withdeploy
1615

1716
package deploy
1817

deploy/deploy_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package deploy
1817

deploy/deployconfig/deployConfig_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package deployconfig
1817

deploy/google.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package deploy
1817

main_withdeploy_off_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !withdeploy
15-
// +build !withdeploy
1615

1716
package main
1817

main_withdeploy_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build withdeploy
15-
// +build withdeploy
1615

1716
package main
1817

resources/image_extended_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build extended
15-
// +build extended
1615

1716
package resources_test
1817

resources/images/webp/webp.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build extended
15-
// +build extended
1615

1716
package webp
1817

resources/images/webp/webp_notavailable.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !extended
15-
// +build !extended
1615

1716
package webp
1817

resources/resource_transformers/tocss/scss/client_extended.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build extended
15-
// +build extended
1615

1716
package scss
1817

resources/resource_transformers/tocss/scss/client_notavailable.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !extended
15-
// +build !extended
1615

1716
package scss
1817

resources/resource_transformers/tocss/scss/tocss.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build extended
15-
// +build extended
1615

1716
package scss
1817

0 commit comments

Comments
 (0)