bootstrapping the CI

This commit is contained in:
Andrey Pohilko
2022-08-22 17:41:45 +03:00
parent a654a2fa32
commit 3a11b78f51
3 changed files with 28 additions and 13 deletions

View File

@@ -6,6 +6,11 @@ import (
"net/http"
)
var (
version = "dev"
commit = "dev"
)
func main() {
go func() {
err := webbrowser.Open("http://localhost:8080")