We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4628846 commit c82ff50Copy full SHA for c82ff50
commands/sketch/new.go
@@ -34,7 +34,7 @@ void loop() {
34
}
35
`)
36
37
-// Create a new sketch
+// CreateSketch creates a new sketch
38
func CreateSketch(sketchName string) (string, string, error) {
39
// Trim to avoid issues if user creates a sketch adding the .ino extesion to the name
40
trimmedSketchName := strings.TrimSuffix(sketchName, ".ino")
0 commit comments