* Fix lint

* Fix lint of pkg folder
This commit is contained in:
Anton Tayanovskyy 2021-09-07 16:41:17 -04:00 committed by GitHub
parent d7b9c01999
commit 27b1404d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,4 @@
//go:build !darwin || !arm64
// +build !darwin !arm64
// Copyright 2016-2019, Pulumi Corporation.

View file

@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !windows
// +build !windows
package cmdutil

View file

@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//+build !windows
//go:build !windows
// +build !windows
package main

View file

@ -1,4 +1,5 @@
//+build !windows
//go:build !windows
// +build !windows
// Copyright 2020, Pulumi Corporation.
//