We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37391b commit 9b51c21Copy full SHA for 9b51c21
src-tauri/src/plugins/go.rs
@@ -33,7 +33,7 @@ impl LanguagePlugin for GoPlugin {
33
execute_home: None,
34
run_command: Some(String::from("go run $filename")),
35
after_compile: None,
36
- template: Some(String::from("// 在这里输入 Go 代码" )),
+ template: Some(String::from("// 在这里输入 Go 代码")),
37
timeout: Some(30),
38
}
39
0 commit comments