~sinzui/ubuntu/wily/juju-core/wily-1.24.7

« back to all changes in this revision

Viewing changes to src/github.com/juju/gojsonpointer/pointer.go

  • Committer: Package Import Robot
  • Author(s): Curtis C. Hovey
  • Date: 2015-09-22 15:27:01 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20150922152701-lzq2yhn2uaahrdqu
Tags: 1.24.6-0ubuntu1
* New upstream release (LP: #1481556).
* d/copyright updated for Juju 1.24.6 (Last verified commit changes).
* d/tests/* Run tests with upstart when Juju version before 1.23.
* Prefer gccgo-5 for ppc64el and arm64 in build-deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright 2013 sigu-399 ( https://github.com/sigu-399 )
 
1
// Copyright 2015 xeipuuv ( https://github.com/xeipuuv )
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
 
15
 
// author                       sigu-399
16
 
// author-github        https://github.com/sigu-399
17
 
// author-mail          sigu.399@gmail.com
 
15
// author                       xeipuuv
 
16
// author-github        https://github.com/xeipuuv
 
17
// author-mail          xeipuuv@gmail.com
18
18
//
19
19
// repository-name      gojsonpointer
20
20
// repository-desc      An implementation of JSON Pointer - Go language