File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ include something.mk
64
64
fmt .Printf ("%s\n " , s )
65
65
66
66
// Output:
67
- // github.com
67
+ // /tmp/include/ github.com
68
68
// └── tj
69
69
// └── foo
70
70
// ├── bar
71
71
// ├── foo
72
72
// └── foo.mk
73
73
//
74
- // 3 directories, 3 files
74
+ // 2 directories, 3 files
75
75
}
76
76
77
77
func ExampleInstaller_Install () {
@@ -102,13 +102,13 @@ func ExampleInstaller_Install() {
102
102
fmt .Printf ("%s\n " , s )
103
103
104
104
// Output:
105
- // github.com
105
+ // /tmp/include/ github.com
106
106
// └── tj
107
107
// └── foo
108
108
// ├── bar
109
109
// └── foo.mk
110
110
//
111
- // 3 directories, 2 files
111
+ // 2 directories, 2 files
112
112
}
113
113
114
114
func ExampleInstaller_Install_many () {
@@ -141,20 +141,20 @@ func ExampleInstaller_Install_many() {
141
141
fmt .Printf ("%s\n " , s )
142
142
143
143
// Output:
144
- // github.com
144
+ // /tmp/include/ github.com
145
145
// └── tj
146
146
// └── foo
147
147
// ├── bar
148
148
// ├── deps
149
- // │ ├── bar.mk
150
- // │ ├── baz
151
- // │ └── foo
149
+ // │ ├── bar.mk
150
+ // │ ├── baz
151
+ // │ └── foo
152
152
// ├── foo.mk
153
153
// └── some
154
154
// └── nested
155
155
// └── stuff.mk
156
156
//
157
- // 6 directories, 6 files
157
+ // 5 directories, 6 files
158
158
}
159
159
160
160
type mockResolver struct {
You can’t perform that action at this time.
0 commit comments