untitleable commit: read description
new template dropped, especially useful for me since now I can just load up a TeX environment whenever I need to. also added some names to my devShells.
This commit is contained in:
parent
9083ff41ab
commit
1e373bd299
15 changed files with 2117 additions and 3 deletions
|
@ -17,7 +17,7 @@ type Quote struct {
|
|||
}
|
||||
|
||||
func (q Quote) PrintQuote() {
|
||||
fmt.Printf("\"%s\" - %s\n", q.Quote, q.Author)
|
||||
fmt.Printf("\"%s\"\n\t- %s\n", q.Quote, q.Author)
|
||||
}
|
||||
|
||||
func GetResponse() (*http.Response, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue