Skip to content

Commit e9261df

Browse files
committed
WIP rollback 24/07
1 parent c0e9238 commit e9261df

7 files changed

Lines changed: 1 addition & 560 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
with:
2727
go-version: "1.22.7"
2828

29-
- name: Install OpenCV 🚀
30-
run: |
31-
go get -u -d gocv.io/x/gocv
32-
cd $GOPATH/src/gocv.io/x/gocv
33-
make install
34-
3529
- name: Run GoReleaser 🚀
3630
uses: goreleaser/goreleaser-action@v2
3731
with:

.goreleaser.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,4 @@ builds:
77
- arm64
88
- amd64
99
ldflags:
10-
- -s -w -X main.version={{.Version}}
11-
# hooks:
12-
# pre:
13-
# - wget --no-check-certificate https://raw.githubusercontent.com/milq/milq/master/scripts/bash/install-opencv.sh
14-
# - chmod +x install-opencv.sh
15-
# - sh ./install-opencv.sh
10+
- -s -w -X main.version={{.Version}}

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ func main() {
156156
chkick := make(chan bool)
157157
chgpio := make(chan bool)
158158
chapi := make(chan bool)
159-
chstreaming := make(chan bool)
160159

161160
//各並列処理部分
162161
go RunClient(chclient, MyID, ip)
@@ -165,15 +164,13 @@ func main() {
165164
go kickCheck(chkick)
166165
go RunGPIO(chgpio)
167166
go RunApi(chapi, MyID)
168-
go Streaming(chstreaming, MyID)
169167

170168
<-chclient
171169
<-chserver
172170
<-chserial
173171
<-chkick
174172
<-chgpio
175173
<-chapi
176-
<-chstreaming
177174
}
178175

179176
func CheckError(err error) {

proto/pb_gen/Streaming.pb.go

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)