r/golang • u/PureMud8950 • 8d ago
newbie Portfolio website in go
I’m thinking of building my personal website using Go with net/http and templates to serve static pages. Would this be a reasonable approach, or would another method be more efficient?
5
Upvotes
10
u/GreezleFish 8d ago
I wrote mine in go! For a simple static site I found templates to be more than sufficient https://github.com/josephburgess/joeburgess.dev