We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d03e3f commit 1a02735Copy full SHA for 1a02735
lepton/cci/cci.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed under the Apache License, Version 2.0
3
// that can be found in the LICENSE file.
4
5
-//go:generate go get golang.org/x/tools/cmd/stringer
+//go:generate go install golang.org/x/tools/cmd/stringer@latest
6
//go:generate stringer -output=strings_gen.go -type=CameraStatus,command,FFCShutterMode,FFCState,ShutterPos,ShutterTempLockoutState
7
8
package cci
0 commit comments