package
0.0.0-20190422025920-beccf3fe4313
Repository: https://github.com/changwh/go-common.git
Documentation: pkg.go.dev

# README

feature-gates

go-common 里的 Feature 管理工具。

用于灰度测试一些基础库的功能。

# Functions

NewGate create a feature gate.

# Variables

DefaultGate is a shared global Gate.

# Structs

Spec is the spec of the feature.

# Interfaces

Gate parses and stores flag gates for known features from a string like feature1=true,feature2=false,...

# Type aliases

Feature is the feature name.