# godemo **Repository Path**: zxpwin/godemo ## Basic Information - **Project Name**: godemo - **Description**: Simple Golang demo API based on mux with Dockerfile and Jenkinsfile - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Demo Simple example of APi written in golang based on Gorilla mux ## About Following sample is just playground do not consider using it. ### Prerequisites All libraries are native except Gorilla mux ``` Gorilla mux Golang ``` ### Installing Dependency is included by dep. ``` go get -u github.com/gorilla/mux go version 1.10.2 ```