Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
doc: deprecate vars module
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <marko@mkungla.dev>
  • Loading branch information
mkungla committed Dec 27, 2023
1 parent 6a7220b commit 0a1a633
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vars.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// SPDX-License-Identifier: Apache-2.0
//
// Copyright © 2023 The Happy Authors

// 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"
Expand Down

0 comments on commit 0a1a633

Please sign in to comment.