From b04b964c8d6e89e6e67f3bac42f92a61ec89fb39 Mon Sep 17 00:00:00 2001 From: Maxime Bury Date: Mon, 4 Jan 2021 06:22:46 -0800 Subject: [PATCH 1/3] Update main.go.golden --- cobra/cmd/testdata/main.go.golden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/testdata/main.go.golden b/cobra/cmd/testdata/main.go.golden index 0bf75c5a1..f69d34aa1 100644 --- a/cobra/cmd/testdata/main.go.golden +++ b/cobra/cmd/testdata/main.go.golden @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2021 NAME HERE Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From e786fcfb141885f2c43900d7ad0ffe7491e83cf8 Mon Sep 17 00:00:00 2001 From: Maxime Bury Date: Mon, 4 Jan 2021 06:23:04 -0800 Subject: [PATCH 2/3] Update root.go.golden --- cobra/cmd/testdata/root.go.golden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/testdata/root.go.golden b/cobra/cmd/testdata/root.go.golden index 1db829c71..260c7aa81 100644 --- a/cobra/cmd/testdata/root.go.golden +++ b/cobra/cmd/testdata/root.go.golden @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2021 NAME HERE Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From e227b7dd15d22c2ff2bcf195fd6f032514cbcafc Mon Sep 17 00:00:00 2001 From: Maxime Bury Date: Mon, 4 Jan 2021 06:23:20 -0800 Subject: [PATCH 3/3] Update test.go.golden --- cobra/cmd/testdata/test.go.golden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/testdata/test.go.golden b/cobra/cmd/testdata/test.go.golden index 3eef95fec..584daa236 100644 --- a/cobra/cmd/testdata/test.go.golden +++ b/cobra/cmd/testdata/test.go.golden @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2021 NAME HERE Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.