Skip to content
Snippets Groups Projects
Commit bbb4c348 authored by Travis Ralston's avatar Travis Ralston
Browse files

Fix enum-ish type for manifests

parent dad1f2d3
No related branches found
No related tags found
No related merge requests found
package v2archive package v2archive
type ManifestVersionVal int
const ( const (
ManifestVersionV1 = 1 ManifestVersionV1 ManifestVersionVal = 1
ManifestVersionV2 = 2 ManifestVersionV2 ManifestVersionVal = 2
) )
const ManifestVersion = ManifestVersionV2 const ManifestVersion = ManifestVersionV2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment