Skip to content

Commit 0c83457

Browse files
authored
Update README.md
1 parent 06d0bf6 commit 0c83457

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Go development helpers
22

3+
This library provides scripts and workflows to automate common routines with modular `Makefile` and GitHub Actions.
4+
5+
See [blog post](https://dev.to/vearutop/peace-of-mind-with-github-actions-for-a-project-in-go-9d4) for more information.
6+
37
## Installation
48

59
### Automatic
@@ -82,4 +86,4 @@ Usage
8286

8387
You can include `$(DEVGO_PATH)/makefiles/build.mk` to add automated versioning of build artifacts. Make will
8488
configure `ldflags` to set up [version info](./version/info.go), then you can access it in runtime with `version.Info()`
85-
or expose with [HTTP handler](./version/handler.go). Version information also includes versions of dependencies.
89+
or expose with [HTTP handler](./version/handler.go). Version information also includes versions of dependencies.

0 commit comments

Comments
 (0)