version

package
v1.61.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2022 License: MIT Imports: 4 Imported by: 2

Documentation

Overview

Package version provides machinery for versioning file names with a timestamp-based version string

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(fileName string, t time.Time) string

Add returns fileName modified to include t as the version

func Match

func Match(fileName string) bool

Match returns true if the fileName has a version string

func Remove

func Remove(fileName string) (t time.Time, fileNameWithoutVersion string)

Remove returns a modified fileName without the version string and the time it represented If the fileName did not have a version then time.Time{} is returned along with an unmodified fileName

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL