https://github.com/jdevlieghere/gms
Personal project to obtain some experience with the Go Programming Language.
https://github.com/jdevlieghere/gms
Last synced: over 1 year ago
JSON representation
Personal project to obtain some experience with the Go Programming Language.
- Host: GitHub
- URL: https://github.com/jdevlieghere/gms
- Owner: JDevlieghere
- License: apache-2.0
- Created: 2014-07-11T14:14:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T20:04:34.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T02:26:15.989Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go Markdown Server
==================
Inspired by [Go](http://golang.org)'s tutorial on [Writing Web Applications](http://golang.org/doc/articles/wiki/) I started extending the example to get some hands-on experience with the programming language. This repository contains the result of my progress.