Skip to content

Commit 23780f9

Browse files
committed
feat(mitm): move go files to new dir
1 parent f80334b commit 23780f9

20 files changed

+6
-6
lines changed

copyfiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const copyArgs = [
1212
'emulate-browsers/**/data/**',
1313
'examples/*.js',
1414
'examples/*.mjs',
15-
'mitm-socket/lib/*.*',
15+
'mitm-socket/go/*.*',
1616
'.*ignore',
1717
];
1818
if (isBuild) {

mitm-socket/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
builds:
22
- id: 'connect'
33
binary: connect
4-
dir: ./lib
4+
dir: ./go
55
goos:
66
- linux
77
- windows
File renamed without changes.

0 commit comments

Comments
 (0)