File tree 5 files changed +7
-7
lines changed 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
TIMESTAMP :
15
15
sh : echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
16
16
LDFLAGS : >
17
- -X github.com/arduino/dummy -discovery/dummy-discovery/args.Tag={{.VERSION}}
18
- -X github.com/arduino/dummy -discovery/dummy-discovery/args.Timestamp={{.TIMESTAMP}}
17
+ -X github.com/arduino/pluggable -discovery-protocol-handler /dummy-discovery/args.Tag={{.VERSION}}
18
+ -X github.com/arduino/pluggable -discovery-protocol-handler /dummy-discovery/args.Timestamp={{.TIMESTAMP}}
Original file line number Diff line number Diff line change 1
1
//
2
- // This file is part of dummy -discovery.
2
+ // This file is part of pluggable -discovery-protocol-handler .
3
3
//
4
4
// Copyright 2021 ARDUINO SA (http://www.arduino.cc/)
5
5
//
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ func ParseArgs() {
34
34
continue
35
35
}
36
36
if arg == "-v" || arg == "--version" {
37
- fmt .Printf ("serial -discovery %s (build timestamp: %s)\n " , Tag , Timestamp )
37
+ fmt .Printf ("dummy -discovery %s (build timestamp: %s)\n " , Tag , Timestamp )
38
38
os .Exit (0 )
39
39
}
40
40
fmt .Fprintf (os .Stderr , "invalid argument: %s\n " , arg )
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ import (
23
23
"os"
24
24
"time"
25
25
26
- discovery "github.com/arduino/dummy-discovery"
27
- "github.com/arduino/dummy-discovery/dummy-discovery/args"
28
26
"github.com/arduino/go-properties-orderedmap"
27
+ discovery "github.com/arduino/pluggable-discovery-protocol-handler"
28
+ "github.com/arduino/pluggable-discovery-protocol-handler/dummy-discovery/args"
29
29
)
30
30
31
31
type DummyDiscovery struct {
Original file line number Diff line number Diff line change 1
- module github.com/arduino/dummy -discovery
1
+ module github.com/arduino/pluggable -discovery-protocol-handler
2
2
3
3
go 1.16
4
4
You can’t perform that action at this time.
0 commit comments