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

https://github.com/stephen-shopopop/go-template

golang template
https://github.com/stephen-shopopop/go-template

golang makefile

Last synced: 4 months ago
JSON representation

golang template

Awesome Lists containing this project

README

        

[![Minimal golang version](https://img.shields.io/static/v1?label=go&message=%3E=1.19.5&color)](https://go.dev/doc/devel/release)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stephen-shopopop/go-template/graphs/commit-activity)
[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg)
[![macOS](https://svgshare.com/i/ZjP.svg)](https://svgshare.com/i/ZjP.svg)
[![Visual Studio Code](https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff)](https://code.visualstudio.com/)
[![Go](https://github.com/stephen-shopopop/go-template/actions/workflows/go.yml/badge.svg)](https://github.com/stephen-shopopop/go-template/actions/workflows/go.yml)
[![Changelog](https://github.com/stephen-shopopop/go-template/actions/workflows/release.yml/badge.svg)](https://github.com/stephen-shopopop/go-template/actions/workflows/release.yml)

# Go template

[Installation golang](https://go.dev/doc/install)

[Documentation](https://go.dev/doc/)

## Usage

```bash
go run ./cmd/cli
```

### Make (linux/darwin)

```bash
1. make // help
2. make deps // install dependencies
3. make build // build binary
```

### References

- [golang for nodejs developers](https://github.com/miguelmota/golang-for-nodejs-developers)
- [Structure programme](https://blog.otso.fr/2020-10-11-organisation-projet-go-standard)
- [Debuter avec golang](https://www.youtube.com/c/getCodingKnowledge/videos)
- [learn golang with test](https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/hello-world)