diff options
Diffstat (limited to 'src/go/install.sh')
-rw-r--r-- | src/go/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/install.sh b/src/go/install.sh index 47ab299..86d652b 100644 --- a/src/go/install.sh +++ b/src/go/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information #------------------------------------------------------------------------------------------------------------- # # Docs: https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/go.md |