File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 TIMESTAMP :
1515 sh : echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
1616 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 11//
2- // This file is part of dummy -discovery.
2+ // This file is part of pluggable -discovery-protocol-handler .
33//
44// Copyright 2021 ARDUINO SA (http://www.arduino.cc/)
55//
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ func ParseArgs() {
3434 continue
3535 }
3636 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 )
3838 os .Exit (0 )
3939 }
4040 fmt .Fprintf (os .Stderr , "invalid argument: %s\n " , arg )
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ import (
2323 "os"
2424 "time"
2525
26- discovery "github.com/arduino/dummy-discovery"
27- "github.com/arduino/dummy-discovery/dummy-discovery/args"
2826 "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"
2929)
3030
3131type 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
22
33go 1.16
44
You can’t perform that action at this time.
0 commit comments