Return channel from run method

This commit is contained in:
2022-11-09 01:18:56 -05:00
parent 11bdae78a0
commit e7b5136ea6
4 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ package main
import "fmt"
import "time"
import "git.tebibyte.media/sashakoshka/stone"
import _ "git.tebibyte.media/sashakoshka/stone/backends/pixel"
// import _ "git.tebibyte.media/sashakoshka/stone/backends/x"
func main () {
application := stone.Application { }