The go-blog example states
If you have any questions, please don’t hesitate to leave a comment below, or ask us on our Okta Developer Forums.
I’d like to be in contact with someone who’s made this work…it has lots of holes that need to be filled in that I’m finding challenging. For starters, not too far from the beginning is
Go ahead and create a
main.go
file and paste in the following code:
followed by some instructions on adding the go-pg/pg package. I managed to get past those (though they didn’t work as suggested)
After that, I tried running the program. The instructions say
Anyhow, you should also have gotten an error, however, that looks something like this:
panic: dial tcp [::1]:5432: connect: connection refused
Well, that’s not what happens. There’s no func main()
, and that’s what gets reported.
Next, there’s the installation of the Postgresql package. I’ve managed that, but I’m not sure what to do to set up the tables…
Is there somewhere I can look for more info, for a helping hand, a sympathetic ear?
Thanks.