gofmt
This commit is contained in:
@@ -5,3 +5,6 @@ adsb-ws: *.go
|
||||
|
||||
clean:
|
||||
rm -f adsb-ws
|
||||
|
||||
fmt:
|
||||
gofmt -w .
|
||||
|
||||
Reference in New Issue
Block a user
@@ -5,3 +5,6 @@ adsb-ws: *.go
|
||||
|
||||
clean:
|
||||
rm -f adsb-ws
|
||||
|
||||
fmt:
|
||||
gofmt -w .
|
||||
|
||||