simple-go-helloworld

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 8 Imported by: 0

README

Simple Go Helloworld

Simple Go Helloworld is a web application written in Golang.

You could build and start the web application on your Docker host by running the following command:

make build-run

Finally, open your browser and navigate to http://localhost to see the application running.

simple-go-helloworld

Makefile targets

The repository provides a Makefile with the following targets to help you with the development and execution of the application:

  • build-binary Build application binary
  • build-docker Create a docker image to run the binary
  • build-run Build and run the application
  • clean Clean the project
  • help Lists available targets
  • init Initialize the project
  • modules Handle module dependencies
  • run Run the application in a container
  • stop Stop the application
  • test Execute tests
  • update Update dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL