Skip to content

Commit 906b77a

Browse files
committed
[chore] create basic readme file
Change-Id: Ia4e69e3a8d6ae5324c0e25a13175372369e2afe0
1 parent a818939 commit 906b77a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<div align="center">
2+
3+
# dev.gaijin.team/go/golib
4+
5+
![Package Version](https://img.shields.io/github/v/release/GaijinEntertainment/golib?style=flat-square)
6+
![Go version](https://img.shields.io/github/go-mod/go-version/GaijinEntertainment/golib?style=flat-square)
7+
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/GaijinEntertainment/golib/ci.yml?branch=master)
8+
![License](https://img.shields.io/github/license/GaijinEntertainment/golib?style=flat-square)
9+
10+
</div>
11+
12+
---
13+
14+
## Overview
15+
16+
Common Go libraries and utilities used in Gaijin Entertainment projects and shared with community.
17+
18+
## Installation
19+
20+
```bash
21+
go get dev.gaijin.team/go/golib
22+
```
23+
24+
## Usage
25+
26+
For packages documentation and examples, visit [pkg.go.dev](https://pkg.go.dev/dev.gaijin.team/go/golib).

0 commit comments

Comments
 (0)