maint: remove deps and add docs
This commit is contained in:
@@ -37,7 +37,7 @@ func main() {
|
||||
|
||||
errx.Log("Your share link is %s", share.GenerateShareLink(*port))
|
||||
errx.Log("Your token is \033[1;92m%s\033[0m", lash.Token)
|
||||
errx.Log("starting server at http://0.0.0.0:%d", *port)
|
||||
errx.Log("starting server at http://%s:%d", share.GetLocalIP(), *port)
|
||||
if err := server.ListenAndServe(); err != nil {
|
||||
errx.FatalPerror(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user