Skip to content

Commit

Permalink
add LuveVer constant for debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandademic authored Mar 9, 2022
1 parent c4692db commit 9d45b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luve.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package luve
const LuveVersion float64 = 1.0
func Luve(vals ...interface{}) {
for _, val := range vals {
_ = val
Expand Down

0 comments on commit 9d45b30

Please sign in to comment.