Files

15 lines
7.1 KiB
Plaintext
Generated

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