Skip to content

Commit

Permalink
update readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Feb 8, 2024
1 parent f0a0e34 commit 0ee025c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
release:
name: From changelog
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- name: Get latest release info
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# :water_buffalo: An opinionated minimalist Go application framework

![Go Version](https://img.shields.io/github/go-mod/go-version/nil-go/nilgo)
[![Go Reference](https://pkg.go.dev/badge/github.com/nil-go/konf.svg)](https://pkg.go.dev/github.com/nil-go/nilgo)
[![Go Reference](https://pkg.go.dev/badge/github.com/nil-go/nilgo.svg)](https://pkg.go.dev/github.com/nil-go/nilgo)
[![Build](https://github.com/nil-go/nilgo/actions/workflows/test.yml/badge.svg)](https://github.com/nil-go/nilgo/actions/workflows/test.yml)
[![Coverage](https://codecov.io/gh/nil-go/nilgo/branch/main/graph/badge.svg)](https://codecov.io/gh/nil-go/nilgo)

Nilgo provides an out-of-the-box, cloud-native, production-ready, minimalist Go application framework
with opinionated configuration, log, and telemetry for major Cloud providers.

> [Nilgo]((https://br.m.wikipedia.org/wiki/Nilgo)) is Nilgai in brezhoneg.
> The nilgai (literally meaning "blue cow") is the largest Asian antelope
> and is ubiquitous across the northern Indian subcontinent.

0 comments on commit 0ee025c

Please sign in to comment.