File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
16# The certs stage is used to obtain a current set of CA certificates.
27FROM alpine:3.14 as certs
38
Original file line number Diff line number Diff line change 11// Copyright Josh Komoroske. All rights reserved.
22// Use of this source code is governed by the MIT license,
33// a copy of which can be found in the LICENSE.txt file.
4+ // SPDX-License-Identifier: MIT
45
56package analytics
67
Original file line number Diff line number Diff line change 11// Copyright Josh Komoroske. All rights reserved.
22// Use of this source code is governed by the MIT license,
33// a copy of which can be found in the LICENSE.txt file.
4+ // SPDX-License-Identifier: MIT
45
56package analytics
67
Original file line number Diff line number Diff line change 11// Copyright Josh Komoroske. All rights reserved.
22// Use of this source code is governed by the MIT license,
33// a copy of which can be found in the LICENSE.txt file.
4+ // SPDX-License-Identifier: MIT
45
56// Package analytics provides functionality for interacting with the Google
67// Analytics API.
Original file line number Diff line number Diff line change 11// Copyright Josh Komoroske. All rights reserved.
22// Use of this source code is governed by the MIT license,
33// a copy of which can be found in the LICENSE.txt file.
4+ // SPDX-License-Identifier: MIT
45
56package main
67
@@ -22,7 +23,7 @@ var version = "development"
2223
2324func main () {
2425 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
2627 os .Exit (1 )
2728 }
2829}
You can’t perform that action at this time.
0 commit comments