9 lines
80 B
Go
9 lines
80 B
Go
package realy_lol
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed version
|
|
var Version string
|