diff options
author | Felix Lange <fjl@twurst.com> | 2016-11-03 17:41:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 17:41:20 +0800 |
commit | d0c820acd697964c8480d91e1fa10615276b3ef6 (patch) | |
tree | fae45b1157a02568234d0824b4396d19195b53a6 /vendor/github.com/davecgh/go-spew/spew/common.go | |
parent | 3914e82f17ddf400ac3fb5ca54e27e0922cdada8 (diff) | |
parent | 2f9f2cbb1984e175d969865cbb7234c0ab970f7c (diff) | |
download | go-tangerine-d0c820acd697964c8480d91e1fa10615276b3ef6.tar go-tangerine-d0c820acd697964c8480d91e1fa10615276b3ef6.tar.gz go-tangerine-d0c820acd697964c8480d91e1fa10615276b3ef6.tar.bz2 go-tangerine-d0c820acd697964c8480d91e1fa10615276b3ef6.tar.lz go-tangerine-d0c820acd697964c8480d91e1fa10615276b3ef6.tar.xz go-tangerine-d0c820acd697964c8480d91e1fa10615276b3ef6.tar.zst go-tangerine-d0c820acd697964c8480d91e1fa10615276b3ef6.zip |
Merge pull request #3226 from karalabe/azure-gethstore
travis, build: implement uploading archives to azure
Diffstat (limited to 'vendor/github.com/davecgh/go-spew/spew/common.go')
-rw-r--r-- | vendor/github.com/davecgh/go-spew/spew/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/davecgh/go-spew/spew/common.go b/vendor/github.com/davecgh/go-spew/spew/common.go index 14f02dc15..7c519ff47 100644 --- a/vendor/github.com/davecgh/go-spew/spew/common.go +++ b/vendor/github.com/davecgh/go-spew/spew/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins <dave@davec.name> + * Copyright (c) 2013-2016 Dave Collins <dave@davec.name> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |