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
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
// Package vars provides the API to parse variables from various input formats/types to common key value pair vars.Value or variable sets to vars.Collection
// Deprecated: This module is no longer maintained.
// Development has moved to github.com/happy-sdk/happy-go/vars.
// Users are encouraged to use the new module location for future updates and bug fixes.
package vars
import "time"
const (
// Deprecated is a marker for deprecated code.
Deprecated = true
// DeprecatedBy is the name entity who deprecated this package.
DeprecatedBy = "The Happy Authors"
// NewLocation is the new location of this package.