Skip to content

lukasschwab/optional

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optional GoDoc

Package optional provides versions of primitive types that can be nil. These are useful in methods that update some of an API object's fields.

Note: optional is a non-internal fork of the optional package in googleapis/google-cloud-go, which is itself a mirror of https://code.googlesource.com/gocloud.

Getting started

go get github.com/lukasschwab/optional

Usage

import "github.com/lukasschwab/optional"

See, e.g., met.

About

Provides versions of primitive types that can be nil

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%