package
1.2.0
Repository: https://github.com/open-policy-agent/opa.git
Documentation: pkg.go.dev

# README

godropbox GoDoc Actions Status Actions Status

Common libraries for writing go services/applications on Linux servers.

Requirements

  • Go 1.13+
  • Linux/x64

Installation

go get github.com/dropbox/godropbox

Documentation

See https://pkg.go.dev/github.com/dropbox/godropbox for modules documentation.

# Functions

NewBitVector creates and initializes a new bit vector with length elements, using data as its initial contents.

# Structs

A BitVector is a variable sized vector of bits.