Skip to content

Commit 9b51c21

Browse files
committed
feat (core): 修复代码错误引入位置
1 parent d37391b commit 9b51c21

File tree

1 file changed

+1
-1
lines changed
  • src-tauri/src/plugins

1 file changed

+1
-1
lines changed

src-tauri/src/plugins/go.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ impl LanguagePlugin for GoPlugin {
3333
execute_home: None,
3434
run_command: Some(String::from("go run $filename")),
3535
after_compile: None,
36-
template: Some(String::from("// 在这里输入 Go 代码" )),
36+
template: Some(String::from("// 在这里输入 Go 代码")),
3737
timeout: Some(30),
3838
}
3939
}

0 commit comments

Comments
 (0)