diff --git a/go/replace-the-current-process-with-an-external-command.md b/go/replace-the-current-process-with-an-external-command.md index dcfb332..b180d06 100644 --- a/go/replace-the-current-process-with-an-external-command.md +++ b/go/replace-the-current-process-with-an-external-command.md @@ -9,9 +9,9 @@ executed, and relevant environment. Here is a simple example. ```go package main -import 'fmt' -import 'os' -import 'syscall' +import "fmt" +import "os" +import "syscall" func main() { // get the system's environment variables