{{template "_base.html" .}} {{- block "_content" .}}

Welcome to Imaginative Go!

A beautiful open source website that created with Go. It contains many Go working samples code that useful for web and non-web application. It mainly demonstrate what Go can achieve. You can contribute!

In this imaginative (but real) project, we implement our knowledge during learning Go and we want to share it with the community.

We don't use any Go framework and forgive us if the code still not efficient or optimal, since we are still learning too in Go language. Any suggestions are welcomed.

Samples

{{- block "_list_of_sample_home" .}}
{{- range .Content}}

{{.Title}}

{{.ShortDescription}}

{{- /**/}}
{{- range .Tags}} {{.Tag}} {{- end}}

{{- end}}
{{- end}}
NOTES:
This web code at file imaginative-go.go.
All web data and assets are on web directory.
Fork this website and run docker-compose up -d then go to your browser at http://localhost:9899.
{{- end}}