Skip to content

apfohl/go-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground

A simple Go application.

Prerequisites

  • Go 1.x or higher

Installation

go mod download

Usage

Run the application:

make run

Or build and run:

make build
./bin/playground

Available Make Targets

  • make build - Build the application
  • make run - Run the application
  • make clean - Remove build artifacts
  • make test - Run tests
  • make fmt - Format code
  • make vet - Run go vet
  • make deps - Download and tidy dependencies
  • make build-run - Build and run the application
  • make help - Show all available targets

License

MIT

About

My little Go playground

Resources

License

Stars

Watchers

Forks