sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| // MIT license (c) andelf 2013 | |
| import ( | |
| "net/smtp" | |
| "errors" | |
| ) | |
| type loginAuth struct { | |
| username, password string |
| package main | |
| import ( | |
| "bytes" | |
| "crypto/tls" | |
| "encoding/xml" | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| "strings" |