JSON.golden 879 B

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