Skip to content

Pandademic/luve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

luve


Need to have a variable unused but still need it to exist? Use LUVE!

a := 9
luve.Luve(a)
// now the compiler wont complain!

Seriously , that's it 🤯 if you want the version of luve your using , use LuveVer.

EXAMPLE


[...]
import "github.com/Pandademic/luve"
a := 9
b := 10
luve.Luve(a,b)
fmt.Println("luve version:"+luve.LuveVer)
[...]