File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 7
7
init : go install github.com/go-task/task/v3/cmd/task@latest
8
8
- name : install goimport
9
9
init : go install golang.org/x/tools/cmd/goimports@latest
10
+ - name : install socat
11
+ init : sudo apt install -y socat
10
12
11
13
vscode :
12
14
extensions :
Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ Unix domain socket (UDS) example by golang
3
3
4
4
## How to Run
5
5
6
+ ### Using [ go-task] ( https://taskfile.dev/ )
7
+
8
+ ``` sh
9
+ $ task --list
10
+ * run-basic: run basic example
11
+ * run-readwrite: run readwrite example
12
+ * run-readwrite2: run readwrite2 example
13
+ * run-usinggob: run usinggob example
14
+
15
+ $ task [run-basic| run-readwrite| run-readwrite2| run-usinggob]
16
+ ```
17
+
6
18
### basic
7
19
8
20
Open two terminals. the one is following:
You can’t perform that action at this time.
0 commit comments