Sign Up
Login
API
FAQ
Tools
Trends
Archive
PASTEBIN
new paste
trends
API
tools
faq
Guest User
-
Public Pastes
Untitled
9 sec ago
Untitled
12 sec ago
Untitled
15 sec ago
JPFLIXCASTLEVANIA
17 sec ago
Untitled
17 sec ago
Untitled
21 sec ago
Untitled
22 sec ago
Untitled
22 sec ago
daily pastebin
goal
44%
help support pastebin
SHARE
TWEET
Untitled
a guest
Jun 19th, 2017
47
Never
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
raw
download
clone
embed
report
print
text
0.07 KB
c := make([]string, len(s))
copy(c, s)
fmt.Println("cpy:", c)
RAW Paste Data
c := make([]string, len(s)) copy(c, s) fmt.Println("cpy:", c)
Top