Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpwilliams/nocopy

Embed this type into a struct which mustn't be copied so that `go vet` gives a warning if it is.
https://github.com/jpwilliams/nocopy

Last synced: 22 days ago
JSON representation

Embed this type into a struct which mustn't be copied so that `go vet` gives a warning if it is.

Awesome Lists containing this project

README

        

# nocopy

[![GoDoc Reference](https://godoc.org/github.com/jpwilliams/nocopy?status.svg)](https://godoc.org/github.com/jpwilliams/nocopy) [![Go Report Card](https://goreportcard.com/badge/github.com/jpwilliams/nocopy)](https://goreportcard.com/report/github.com/jpwilliams/nocopy)

Embed this type into a struct which mustn't be copied so that `go vet` gives a warning if it is.