Update README for private code repository

Signed-off-by: Alex Vanin <alexvanin@icloud.com>
This commit is contained in:
Alex Vanin 2023-03-03 00:51:44 +03:00
parent b90009c024
commit 9eb3a69449
3 changed files with 1 additions and 38 deletions

View file

@ -1,37 +0,0 @@
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout=5m

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -1,5 +1,5 @@
<p align="center">
<img src="/.github/logo.svg" width="500px">
<img src=".img/logo.svg" width="500px">
</p>
<p align="center">
Goroutines pool with priority queue buffer.