JSON.golden 722 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "From": "main.go",
  3. "To": "main.go",
  4. "Hunks": [
  5. {
  6. "FromLine": 5,
  7. "ToLine": 5,
  8. "Lines": [
  9. {
  10. "Kind": 2,
  11. "Content": "\t)\n"
  12. },
  13. {
  14. "Kind": 2,
  15. "Content": "\n"
  16. },
  17. {
  18. "Kind": 2,
  19. "Content": "\tfunc main() {\n"
  20. },
  21. {
  22. "Kind": 0,
  23. "Content": "\t\tfmt.Println(\"Hello, World!\")\n"
  24. },
  25. {
  26. "Kind": 1,
  27. "Content": "\t\tcontent := \"Hello, World!\"\n"
  28. },
  29. {
  30. "Kind": 1,
  31. "Content": "\t\tfmt.Println(content)\n"
  32. },
  33. {
  34. "Kind": 2,
  35. "Content": "\t}"
  36. }
  37. ]
  38. }
  39. ]
  40. }