Skip to content

Commit

Permalink
Fixup previous commit to nike/pem
Browse files Browse the repository at this point in the history
remove top comment about authorship
and remove errors import so that it actually compiles
  • Loading branch information
david415 committed Dec 2, 2024
1 parent e173010 commit 7b36035
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nike/pem/pem.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// SPDX-FileCopyrightText: Copyright (c) 2023-2024 David Stainton
// SPDX-License-Identifier: AGPL-3.0-only
// infinitydaemon @CWDSYSTEMS

package pem

import (
"encoding/pem"
"errors"
"fmt"
"os"
"strings"
Expand Down

0 comments on commit 7b36035

Please # to comment.