File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Go development helpers
2
2
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
+
3
7
## Installation
4
8
5
9
### Automatic
82
86
83
87
You can include ` $(DEVGO_PATH)/makefiles/build.mk ` to add automated versioning of build artifacts. Make will
84
88
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.
You can’t perform that action at this time.
0 commit comments