Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Fix formatting to pass with go1.17 #1270

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions tag/profile_19.go
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.9
// +build go1.9

package tag
Expand Down
1 change: 1 addition & 0 deletions tag/profile_not19.go
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !go1.9
// +build !go1.9

package tag
Expand Down
1 change: 1 addition & 0 deletions trace/trace_go11.go
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.11
// +build go1.11

package trace
Expand Down
1 change: 1 addition & 0 deletions trace/trace_nongo11.go
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !go1.11
// +build !go1.11

package trace
Expand Down