update useless main.go

This commit is contained in:
Simon Vieille 2022-08-28 16:55:52 +02:00
parent 4cee4eca5d
commit e9a1d4c9ba
Signed by: deblan
GPG key ID: 579388D585F70417

12
main.go
View file

@ -1,12 +0,0 @@
package main
import (
"fmt"
r "gitnet.fr/deblan/i3-blocks-go/rendering"
)
func main() {
render := r.Block("Hello", r.BlockOptions{})
fmt.Println(render)
}