An open API service indexing awesome lists of open source software.

https://github.com/daytonaio/sample-go


https://github.com/daytonaio/sample-go

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# helloworld

Hello World for Golang

## Simple Command

Run golang program

```bash
go run main.go
```

Testing

```bash
go test
```

Build binary

```bash
go build
```

Install binary

```bash
go install
```