An open API service indexing awesome lists of open source software.

https://github.com/featurevisor/featurevisor-example-go

Example Go project using Featurevisor Go SDK
https://github.com/featurevisor/featurevisor-example-go

Last synced: 10 months ago
JSON representation

Example Go project using Featurevisor Go SDK

Awesome Lists containing this project

README

          

# featurevisor-example-go

Example application using Featurevisor [Go SDK](https://github.com/featurevisor/featurevisor-go).

Learn more about Featurevisor [here](https://featurevisor.com).

## Installation

```bash
go mod tidy
```

## Usage

```bash
go run main.go
```

## Featurevisor project

Uses this Featurevisor project to fetch the configuration from: [https://github.com/featurevisor/featurevisor-example-cloudflare](https://github.com/featurevisor/featurevisor-example-cloudflare)