File: legacy_import.patch

package info (click to toggle)
golang-gopkg-gcfg.v1 0.0~git20150907.0.0ef1a85-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 244
  • sloc: makefile: 7
file content (15 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Last-Update: 2015-09-04
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: remove import path restriction
 to allow legacy import as "code.google.com/p/gcfg".

--- a/doc.go
+++ b/doc.go
@@ -114,5 +114,5 @@
 //  - error handling
 //    - make error context accessible programmatically?
 //    - limit input size?
 //
-package gcfg // import "gopkg.in/gcfg.v1"
+package gcfg