Skip to content

rzachary/doorbell-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ding Dong Doorbell

Overview

This is a basic server that will respond to call:

GET /press on port 8080

The repsonse will be "Ding Dong"

Provenance

SBOM

To generate a list of all dependencies please use this command

go list -f '{{ join .Deps "\n" }}'