Questions tagged [go-server]
18 questions
-3
votes
1 answer
html renderer in Golang without third party imports
I am self-teaching myself go and I have started experimenting with using go as a back end.
I have the following code which renders HTML pages, but I am looking for a solution that doesn't rely on a third party import to get a better grasp of what is…

Nathan Evans
- 51
- 6
-6
votes
3 answers
How can I Authenticate any login for a http request done by client?
I have an HTTP server in Go in which when client is trying to login I have to authenticate credentials and in return i want to send success or failure. Later if any request come, I need to authenticate it using tokenID generated and on success i…

Akhil Pathania
- 542
- 2
- 5
- 19