mirror of
https://github.com/gosticks/go-hue-interface.git
synced 2025-10-16 11:45:35 +00:00
10 lines
119 B
Go
10 lines
119 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
const VERSION = "0.1.2"
|
|
|
|
func main() {
|
|
fmt.Printf("go-hue-interface v. %s \n", VERSION)
|
|
}
|