Skip to content

Commit

Permalink
Feat/use GitHub action (#118)
Browse files Browse the repository at this point in the history
* chore(*): use github actions

* chore(*): update readme
  • Loading branch information
philchia authored Jul 4, 2023
1 parent 7fdc4d1 commit 1e428cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# agollo is a golang client for apollo 🚀 [![CircleCI](https://circleci.com/gh/philchia/agollo/tree/v4.svg?style=svg)](https://circleci.com/gh/philchia/agollo/tree/master)
# agollo is a golang client for apollo 🚀

[![Go Report Card](https://goreportcard.com/badge/github.com/philchia/agollo)](https://goreportcard.com/report/github.com/philchia/agollo)
[![codebeat badge](https://codebeat.co/badges/e31b4a09-f531-4b74-a86a-775f46436539)](https://codebeat.co/projects/github-com-philchia-agollo-master)
Expand Down Expand Up @@ -33,13 +33,13 @@ go get -u github.com/philchia/agollo/v4
## Usage

### Import agollo

```golang
import "github.com/philchia/agollo/v4"
```

### In order to use agollo, issue a client or use the built-in default client


#### to use the default global client

for namespaces with the format of properties, you need to specific the full name
Expand Down

0 comments on commit 1e428cd

Please sign in to comment.