2
0

WidthOf038.golden 6.9 KB

123456789101112131415
  1.   …  @@ -2,6 +2,7…  …   
  2.   2     2   
  3.   3  import (   3  import ( 
  4.   4   "fmt"   4   "fmt" 
  5.        5 +  "strings"
  6.   5  )   6  ) 
  7.   6     7   
  8.   7  func main() {  8  func main() {
  9.   …  @@ -9,5 +10,…  …   
  10.   9  }  10  } 
  11.  10    11   
  12.  11  func getCont… 12  func getCont…
  13.  12 -  return "… 13 +  content …
  14.       14 +  return c…
  15.  13  }  15  }