File: unused-imports.patch

package info (click to toggle)
golang-github-twstrike-gotk3adapter 0.0~git20160819.0.3499960-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,228 kB
  • ctags: 2,195
  • sloc: ruby: 478; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Unused imports
--- a/gtk_mock/assistant.go
+++ b/gtk_mock/assistant.go
@@ -1,7 +1,7 @@
 package gtk_mock
 
-import "github.com/twstrike/gotk3adapter/gtki"
+//import "github.com/twstrike/gotk3adapter/gtki"
 
 type MockAssistant struct {
 	MockWindow
-}
\ No newline at end of file
+}