You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #10 two types were implemented to derive and handle version information of a Git repository:
π pkg/vcs/git.Version β A struct type that stores version information and metadata derived from a Git repository.
π pkg/vcs/git.deriveVersion β A func type that derives version information and metadata from a Git repository.
The logic has been extracted into the pkg/vcs/git package of the github.com/svengreb/golib module and therefore both types will be replaced with this new module.
The text was updated successfully, but these errors were encountered:
In GH-10 [1] two types were implemented to derive and handle version
information of a Git [2] repository:
- π `pkg/vcs/git.Version` - A `struct` type that stores version
information and metadata derived from a Git [2] repository.
- π `pkg/vcs/git.deriveVersion` - A `func` type that derives version
information and metadata from a Git [2] repository.
The logic has been extracted into the pkg/vcs/git [3] package of the
"github.com/svengreb/golib" [4] module and therefore both types have
been replaced with this new module.
[1]: #10
[2]: https://git-scm.com
[3]: https://pkg.go.dev/github.com/svengreb/golib/pkg/vcs/git
[4]: https://pkg.go.dev/github.com/svengreb/golibGH-18
In GH-10 [1] two types were implemented to derive and handle version
information of a Git [2] repository:
- π `pkg/vcs/git.Version` - A `struct` type that stores version
information and metadata derived from a Git [2] repository.
- π `pkg/vcs/git.deriveVersion` - A `func` type that derives version
information and metadata from a Git [2] repository.
The logic has been extracted into the pkg/vcs/git [3] package of the
"github.com/svengreb/golib" [4] module and therefore both types have
been replaced with this new module.
[1]: #10
[2]: https://git-scm.com
[3]: https://pkg.go.dev/github.com/svengreb/golib/pkg/vcs/git
[4]: https://pkg.go.dev/github.com/svengreb/golibGH-18
In GH-10 [1] two types were implemented to derive and handle version
information of a Git [2] repository:
- π `pkg/vcs/git.Version` - A `struct` type that stores version
information and metadata derived from a Git [2] repository.
- π `pkg/vcs/git.deriveVersion` - A `func` type that derives version
information and metadata from a Git [2] repository.
The logic has been extracted into the pkg/vcs/git [3] package of the
"github.com/svengreb/golib" [4] module and therefore both types have
been replaced with this new module.
[1]: #10
[2]: https://git-scm.com
[3]: https://pkg.go.dev/github.com/svengreb/golib/pkg/vcs/git
[4]: https://pkg.go.dev/github.com/svengreb/golibClosesGH-18
In #10 two types were implemented to derive and handle version information of a Git repository:
pkg/vcs/git.Version
β Astruct
type that stores version information and metadata derived from a Git repository.pkg/vcs/git.deriveVersion
β Afunc
type that derives version information and metadata from a Git repository.The logic has been extracted into the pkg/vcs/git package of the github.com/svengreb/golib module and therefore both types will be replaced with this new module.
The text was updated successfully, but these errors were encountered: