Skip to content

TheDigitalNinja/examplegoapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Go API

Go Report Card Build Status

I needed some services for testing deployments so I thought I would learn GoLang and just roll my own.

Run

cd cmd
go run main.go

Tests

Run tests with

go test -cover ./...

Directories

/cmd

Main applications for this project.

/web

Web application specific components: static web assets, server side templates and SPAs.

Endpoints

/

Example Web Page. Should return Content-Type: text/html; charset=utf-8

/Status

Health Check. Should return json {"STATUS": "UP"}

About

Example go API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published