Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/to/doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

// Copyright 2017 Microsoft Corporation. All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions sdk/to/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: The contents of this module have moved to github.com/Azure/azure-sdk-for-go/sdk/azcore/to
module github.com/Azure/azure-sdk-for-go/sdk/to

go 1.13
1 change: 1 addition & 0 deletions sdk/to/to.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

// Copyright (c) Microsoft Corporation. All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions sdk/to/to_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

// Copyright (c) Microsoft Corporation. All rights reserved.
Expand Down