File: remove-import-check.patch

package info (click to toggle)
golang-github-cznic-fileutil 0.0~git20200808.2079183-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 596 kB
  • sloc: makefile: 26
file content (44 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- a/fileutil.go
+++ b/fileutil.go
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // Package fileutil collects some file utility functions.
-package fileutil // import "modernc.org/fileutil"
+package fileutil
 
 import (
 	"fmt"
--- a/falloc/falloc.go
+++ b/falloc/falloc.go
@@ -12,7 +12,7 @@
 
 */
 
-package falloc // import "modernc.org/fileutil/falloc"
+package falloc
 
 import (
 	"bytes"
--- a/hdb/hdb.go
+++ b/hdb/hdb.go
@@ -26,7 +26,7 @@
 
 	Delete	    free() the "memory" "pointed to" by handle.
 */
-package hdb // import "modernc.org/fileutil/hdb"
+package hdb
 
 import (
 	"modernc.org/fileutil/falloc"
--- a/storage/storage.go
+++ b/storage/storage.go
@@ -5,7 +5,7 @@
 // blame: jnml, labs.nic.cz
 
 // WIP: Package storage defines and implements storage providers and store accessors.
-package storage // import "modernc.org/fileutil/storage"
+package storage
 
 import (
 	"os"