[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]

Got inspired by the following article in the go docs:
Go lang dev docs »
and when noticed this Question on Stack Overflow
How can I use multiple html templates (ie. have a base template or footer template) in Go? »
View Demo by compiling this code and get in touch:
Report Bug · Request FeatureTable of Contents
Golang is used for many areas and in this case is working as a webserver and the web app with templates
- [![go][go.dev]][golang-url]
Just use this repo and start it locally
- bash
git clone https://github.com/whatafunc/golang-wiki-website.git go run filetest.go
- install git
- Clone the repo
git clone https://github.com/whatafunc/golang-wiki-website.git
- Install Go engine
brew install go
- run your go webserver
go run filetest.go
go run filetest.go
- visit
http://localhost:8000/
Just browse the links and either view or edit the pages of the small WiKi like local website
- release
- add some json and do fuzz tests
- dev unit tests for go
- unit test go
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.