vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 76 forks source link

remove deprected build tags #558

Closed adezxc closed 1 year ago

adezxc commented 1 year ago

Description

This is a pretty straight forward PR that removes the // +build directive from all the test files, as //go:build should be used for programs compiled with Go1.17 and newer, as described here https://pkg.go.dev/cmd/go#hdr-Build_constraints