…   …  @@ -2,6 +2,7 @@     2   2      3   3  import (    4   4   "fmt"       5 +  "strings"    5   6  )    6   7      7   8  func main() {    …   …  @@ -9,5 +10,6 @@     9  10  }   10  11     11  12  func getContent() …  12    -  return "Hello,…     13 +  content := str…     14 +  return content   13  15  }