1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

add state

This commit is contained in:
Zack Scholl 2018-10-17 06:39:02 -07:00
parent 47ab799c6f
commit 6a899492f5
4 changed files with 101 additions and 31 deletions

View file

@ -1,6 +1,8 @@
package main
import "github.com/schollz/croc/src/cli"
import (
"github.com/schollz/croc/src/cli"
)
var Version string