1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00
This commit is contained in:
Zack Scholl 2019-04-29 17:12:04 -06:00
parent 1661bbb221
commit cee4c36f8b
3 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/schollz/croc/v5/src/cli"
"github.com/schollz/croc/v6/src/cli"
)
func main() {