From the other side
Post an image here

And some code
有语法高亮
import "fmt"
func main() {
fmt.Println("HELLO")
}有语法高亮+行数
import "fmt"
func main() {
fmt.Println("HELLO")
os.Exit(0)
}plaintext
import "fmt"
func main() {
fmt.Println("HELLO")
os.Exit(0)
}