show logo
This commit is contained in:
parent
5f5c05ee02
commit
28125f610e
8
.github/workflows/check.yaml
vendored
8
.github/workflows/check.yaml
vendored
@ -1,8 +0,0 @@
|
|||||||
on: [push, pull_request]
|
|
||||||
jobs:
|
|
||||||
check:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/setup-go@v2
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: make ci-check
|
|
||||||
13
.github/workflows/cover.yaml
vendored
13
.github/workflows/cover.yaml
vendored
@ -1,13 +0,0 @@
|
|||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [master]
|
|
||||||
jobs:
|
|
||||||
cover:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/setup-go@v2
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: make cover
|
|
||||||
- uses: codecov/codecov-action@v1
|
|
||||||
with:
|
|
||||||
file: .coverprofile
|
|
||||||
@ -1,3 +1,5 @@
|
|||||||
|
[Notation](./logo/logo.svg)
|
||||||
|
|
||||||
# Notation - print Go objects
|
# Notation - print Go objects
|
||||||
|
|
||||||
This package can be used to print (or sprint) Go objects for debugging purposes, with optional wrapping
|
This package can be used to print (or sprint) Go objects for debugging purposes, with optional wrapping
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user