Skip to content

Commit

Permalink
chore: remove now unneeded version parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Feb 2, 2024
1 parent fb038a0 commit 1cd1e85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/v1/srl_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@
package v1

import (
"errors"
"regexp"
"strings"
)

// ErrVersionParse is an error which is raised when srlinux version is failed to parse.
var ErrVersionParse = errors.New("version parsing failed")

// SrlVersion represents an sr linux version as a set of fields.
type SrlVersion struct {
Major string `json:"major,omitempty"`
Expand Down

0 comments on commit 1cd1e85

Please sign in to comment.