Back
Go
Mentioned in 33 todos by 15 makers.
Mentions over time
Loading...
Sentiment
Loading...
Praised in 12.1% of mentions (site average 9.9%), complaints in 0.0% (average 3.7%).
What makers are doing
Loading...
Often used together with
Do you make Go?
See everything makers say about it: every mention with praise and complaints, sentiment trends, weekly email digests, and CSV export.
Explore InsightsRecent todos mentioning Go
45 min focus session in coworking #2: first test for routes + simple Go web server
#manuelaraczkacom
Continue reading the IntelliJ tutorial on debugging Go; was told I needed to install the ARM version of Go so I did that; trying to resolve other errors when I try to run the debugger.
today was my first day actually doing Go development instead of just tutorials: took a magnesium tablet b/c I felt anxious last night, I think from the caffeine in the cocoa I had been drinking; copied my frontend code from my flask/vuetify template repo to my go/vuetify template repo; confirmed I can serve the frontend code locally; installed Go; drank an iced cocoa; successfully started my 'Hello World' main.go backend file as a web app server; asked ChatGPT for help converting my "POST /users/" request to use Go; created a Go module; installed Postman macOS; took a 15min break after an hour; got my frontend app "talking to" my Go backend (successfully returned "Hello World" and had it on-screen in my frontend app); added Go middleware to log every request to the console so I can see what is happening; renamed my (default) branch from 'master' to 'main'; got live reloading for my Go backend (it automatically reloads the backend when I make changes to the code); confirmed my "POST /users/" returns 201 when I use the frontend registration form; came up with a task for tomorrow: get "POST /api/session" working; set up PyCharm to be able to explore my SQLite db from within the DB toolbar; confirmed that my user registration created a new user record in the db
pushed thru and got the version menu done with Go + HTMX + cookies instead of starting over with PHP since i have no clue what i'm doing most of the time. it may be small but it made me happy
Spent time learning about using Go for a web app back-end to see if it would be better than using Python.