Registry / utility / google-go-cpy

google-go-cpy

JSON →
library0.0.0-20211218193943-a9c933c06932gogounverified

Package go-cpy provides utilities for copying data in Go.

go get github.com/google/go-cpy
INSTALL
IMPORT
SIG · GOOGLE-GO-CPY
G
google-go-cpy
utilitygov0.0.0-20211218193943-a9c933c06932
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cpy
github.com/google/go-cpy

Copy a value from src to dst.

package main import ( "fmt" "github.com/google/go-cpy" ) func main() { var dst, src string err := cpy.Copy(&dst, &src) fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20211218193943-a9c933c06932latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
google-go-cpy — go get google-go-cpy · libregistry