project rename

This commit is contained in:
sqshq 2019-02-02 09:30:30 -05:00
parent b7e8c4fb5a
commit 000de82523
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
# vcmd
# Sampler

View File

@ -9,7 +9,7 @@ import (
const (
RenderRate = 30 * time.Millisecond
Title = "vcmd"
Title = "sampler"
)
type Console struct{}