Skip to content

Commit

Permalink
go formatt error fixed using go v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalaagash committed Aug 25, 2021
1 parent da8dbf3 commit 38d60d9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cloud/aws_metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !providerless
// +build !providerless

/*
Expand Down
1 change: 1 addition & 0 deletions pkg/driver/mount_linux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build linux
// +build linux

/*
Expand Down
1 change: 1 addition & 0 deletions pkg/driver/mount_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

/*
Expand Down
1 change: 1 addition & 0 deletions pkg/driver/node_linux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build linux
// +build linux

/*
Expand Down
1 change: 1 addition & 0 deletions pkg/driver/node_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

/*
Expand Down
1 change: 1 addition & 0 deletions pkg/mounter/safe_mounter_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build linux || darwin
// +build linux darwin

/*
Expand Down
1 change: 1 addition & 0 deletions pkg/mounter/safe_mounter_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

/*
Expand Down

0 comments on commit 38d60d9

Please sign in to comment.