Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jpwilliams/nocopy
- Owner: jpwilliams
- License: mit
- Created: 2017-01-18T12:39:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T12:49:08.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T05:27:25.181Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.