Skip to content

Commit

Permalink
Pr fixes
Browse files Browse the repository at this point in the history
- downgrade required go version
- revert modulepath
- fix typo

Signed-off-by: Lukas Bachschwell <[email protected]>
  • Loading branch information
s00500 committed Apr 29, 2024
1 parent 8d5f2a5 commit d9c2bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ber.go
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ func NewOID(classType Class, tagType Type, tag Tag, value interface{}, descripti
case string:
encoded, err := encodeOID(v)
if err != nil {
fmt.Printf("faled writing %v", err)
fmt.Printf("failed writing %v", err)
return nil
}
p.Value = v
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module gopkg.in/asn1-ber.v1
module github.com/go-asn1-ber/asn1-ber

go 1.21
go 1.13

0 comments on commit d9c2bde

Please sign in to comment.