aboutsummaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-03-04 21:20:52 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-03-04 21:20:52 +0200
commit9f43aa16012e99132bc317f75a70021ea20d486f (patch)
tree8e45d590f67a7b45c38e99c5f6302aa854a609f9 /args.go
parentEmbed noCopy struct into structs, which mustn't be copied (diff)
downloadfasthttp-9f43aa16012e99132bc317f75a70021ea20d486f.tar.gz
fasthttp-9f43aa16012e99132bc317f75a70021ea20d486f.tar.bz2
fasthttp-9f43aa16012e99132bc317f75a70021ea20d486f.zip
Do not expose noCopy.Lock
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index 28bcb2e..b873e73 100644
--- a/args.go
+++ b/args.go
@@ -40,7 +40,7 @@ type Args struct {
bufKV argsKV
buf []byte
- noCopy
+ noCopy noCopy
}
type argsKV struct {