File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1+ on : [push, pull_request]
2+ name : Test
3+ jobs :
4+ test :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - name : Install Go
8+ uses : actions/setup-go@v1
9+ with :
10+ go-version : 1.14.x
11+ - name : Checkout code
12+ uses : actions/checkout@v2
13+ - name : Test
14+ run : go test ./...
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- go-defaults [ ![ Build Status] ( https://travis-ci.org/ mcuadros/go-defaults.png?branch=master )] ( https://travis-ci.org /mcuadros/go-defaults ) [ ![ GoDoc] ( http://godoc.org/github.com/mcuadros/go-defaults?status.png )] ( http ://godoc.org /github.com/mcuadros/go-defaults) [ ![ GitHub release] ( https://img.shields.io/github/release/mcuadros/go-defaults.svg )] ( https://github.com/mcuadros/go-defaults/releases )
1+ go-defaults [ ![ Build Status] ( https://img.shields.io/github/workflow/status/ mcuadros/go-defaults/Test.svg )] ( https://github.com /mcuadros/go-defaults/actions ) [ ![ GoDoc] ( http://godoc.org/github.com/mcuadros/go-defaults?status.png )] ( https ://pkg.go.dev /github.com/mcuadros/go-defaults) [ ![ GitHub release] ( https://img.shields.io/github/release/mcuadros/go-defaults.svg )] ( https://github.com/mcuadros/go-defaults/releases )
22==============================
33
44Enabling stuctures with defaults values using [ struct tags] ( http://golang.org/pkg/reflect/#StructTag ) .
You can’t perform that action at this time.
0 commit comments