github.com/twelho/conform@v0.0.0-20231016230407-c25e9238598a/internal/policy/version/version.go (about) 1 // This Source Code Form is subject to the terms of the Mozilla Public 2 // License, v. 2.0. If a copy of the MPL was not distributed with this 3 // file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 // Package version provides version policies. 6 package version 7 8 // Version defines the version policy to use and the options specific to the 9 // policy. 10 type Version struct{}