go run . -auth username:password https://domain.com/directory/to/download/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// EscapeEveryone escapes @everyone and @here mentions. | |
func EscapeEveryone(s string) string { | |
var mentionBuf string | |
var mentionInd int | |
for i, r := range s { | |
if r == '@' && i != len(s)-1 { | |
mentionBuf += string(r) | |
mentionInd = i | |
continue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bruh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bruh.moment |
I hereby claim:
- I am diamondburned on github.
- I am diamondburned (https://keybase.io/diamondburned) on keybase.
- I have a public key whose fingerprint is 3F6B 5F01 929B 0070 A033 11FE 8FE8 0C63 DF38 DD28
To claim this, I am signing this object:
NewerOlder