This repository was archived by the owner on Mar 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# go-bootstrap
2+
3+ [ ![ Build] ( https://img.shields.io/github/workflow/status/vshn/go-bootstrap/Test )] [ build ]
4+ ![ Go version] ( https://img.shields.io/github/go-mod/go-version/vshn/go-bootstrap )
5+ [ ![ Version] ( https://img.shields.io/github/v/release/vshn/go-bootstrap )] [ releases ]
6+ [ ![ Maintainability] ( https://img.shields.io/codeclimate/maintainability/vshn/go-bootstrap )] [ codeclimate ]
7+ [ ![ Coverage] ( https://img.shields.io/codeclimate/coverage/vshn/go-bootstrap )] [ codeclimate ]
8+ [ ![ GitHub downloads] ( https://img.shields.io/github/downloads/vshn/go-bootstrap/total )] [ releases ]
9+
10+ [ build ] : https://github.com/vshn/go-bootstrap/actions?query=workflow%3ATest
11+ [ releases ] : https://github.com/vshn/go-bootstrap/releases
12+ [ codeclimate ] : https://codeclimate.com/github/vshn/go-bootstrap
13+
214Template repository for common Go setups
315
416## Features
@@ -50,7 +62,7 @@ TIP: You can search for these tasks using `grep -n -r "TODO:" .`
50621 . ` docs/modules/pages/index.adoc ` : Edit start page.
51631 . ` docs/modules/nav.adoc ` : Edit navigation.
52641 . ` main.go ` : Adjust variables.
53- 1 . Edit this README
65+ 1 . Edit this README (including badges links)
54661 . Start hacking in ` example_command.go ` .
5567
5668After completing a task, you can remove the comment in the files.
You can’t perform that action at this time.
0 commit comments