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
- Host: GitHub
- URL: https://github.com/featurevisor/featurevisor-example-go
- Owner: featurevisor
- Created: 2025-08-14T12:56:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T13:03:06.000Z (10 months ago)
- Last Synced: 2025-08-14T15:07:16.130Z (10 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)