Complete addition of GET option. Build container.

This commit is contained in:
Fred Boniface
2023-09-08 11:43:22 +01:00
parent 99a1a25254
commit 9007e7e916
4 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,6 @@ import (
)
func main() {
fmt.Println("Starting `barcodes` server")
fmt.Println("Starting `barcodes` server (Version 0.0.1-alpha)")
web.StartServer()
}