File tree Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright Josh Komoroske. All rights reserved.
2
+ # Use of this source code is governed by the MIT license,
3
+ # a copy of which can be found in the LICENSE.txt file.
4
+ # SPDX-License-Identifier: MIT
5
+
1
6
# The certs stage is used to obtain a current set of CA certificates.
2
7
FROM alpine:3.14 as certs
3
8
Original file line number Diff line number Diff line change 1
1
// Copyright Josh Komoroske. All rights reserved.
2
2
// Use of this source code is governed by the MIT license,
3
3
// a copy of which can be found in the LICENSE.txt file.
4
+ // SPDX-License-Identifier: MIT
4
5
5
6
package analytics
6
7
Original file line number Diff line number Diff line change 1
1
// Copyright Josh Komoroske. All rights reserved.
2
2
// Use of this source code is governed by the MIT license,
3
3
// a copy of which can be found in the LICENSE.txt file.
4
+ // SPDX-License-Identifier: MIT
4
5
5
6
package analytics
6
7
Original file line number Diff line number Diff line change 1
1
// Copyright Josh Komoroske. All rights reserved.
2
2
// Use of this source code is governed by the MIT license,
3
3
// a copy of which can be found in the LICENSE.txt file.
4
+ // SPDX-License-Identifier: MIT
4
5
5
6
// Package analytics provides functionality for interacting with the Google
6
7
// Analytics API.
Original file line number Diff line number Diff line change 1
1
// Copyright Josh Komoroske. All rights reserved.
2
2
// Use of this source code is governed by the MIT license,
3
3
// a copy of which can be found in the LICENSE.txt file.
4
+ // SPDX-License-Identifier: MIT
4
5
5
6
package main
6
7
@@ -22,7 +23,7 @@ var version = "development"
22
23
23
24
func main () {
24
25
if err := mainCmd (); err != nil {
25
- fmt .Println ("joshdk/google-analytics-proxy:" , err ) //nolint:forbidigo
26
+ fmt .Println ("joshdk/google-analytics-proxy:" , err ) // nolint:forbidigo
26
27
os .Exit (1 )
27
28
}
28
29
}
You can’t perform that action at this time.
0 commit comments