Skip to content

Conversation

@profbiss
Copy link

@profbiss profbiss commented Nov 1, 2018

No description provided.

if c.HasKey("Password") {
fmt.Printf("%s\n", strings.TrimPrefix(c.Name(), "sessions\\"));
name,_ := url.PathUnescape(strings.TrimPrefix(c.Name(), "sessions\\"))
fmt.Printf("%s\n", name);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could remove that final semicolon. ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants