mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
add state
This commit is contained in:
parent
47ab799c6f
commit
6a899492f5
4 changed files with 101 additions and 31 deletions
4
main.go
4
main.go
|
@ -1,6 +1,8 @@
|
|||
package main
|
||||
|
||||
import "github.com/schollz/croc/src/cli"
|
||||
import (
|
||||
"github.com/schollz/croc/src/cli"
|
||||
)
|
||||
|
||||
var Version string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue