Posts by arlis • 15 points
2 posts
-
1
votes1
answer42
viewsQ: Golang: Pass Nested Struct to Htmltemplate
Good afternoon to all! I need a help, I have two structs that are in the controller package as below: type ListValidation struct{ Id int Nameplan string Escop string Data string } type ListTests…
-
0
votes1
answer78
viewsQ: Golang Web: Head function
Good night, I’m starting in GO, and I have a question that may seem simple. I am creating a site with GO in Backend, my doubt is I have index.html and main.go created and are working, but in the…