Skip to content

Commit 1a02735

Browse files
committed
go generate: replacement go get with go generate
1 parent 4d03e3f commit 1a02735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lepton/cci/cci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed under the Apache License, Version 2.0
33
// that can be found in the LICENSE file.
44

5-
//go:generate go get golang.org/x/tools/cmd/stringer
5+
//go:generate go install golang.org/x/tools/cmd/stringer@latest
66
//go:generate stringer -output=strings_gen.go -type=CameraStatus,command,FFCShutterMode,FFCState,ShutterPos,ShutterTempLockoutState
77

88
package cci

0 commit comments

Comments
 (0)