2016-11-02 17:50:05 +03:00
|
|
|
[{
|
2016-12-02 00:03:52 +03:00
|
|
|
"testCaseDescription": "go-method-declarations-setup-test",
|
2016-11-02 17:50:05 +03:00
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
|
|
|
"method-declarations.go": [
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
2016-11-11 00:19:53 +03:00
|
|
|
1,
|
2016-12-02 00:03:52 +03:00
|
|
|
1
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-02 00:03:52 +03:00
|
|
|
6,
|
|
|
|
1
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-02 00:03:52 +03:00
|
|
|
"summary": "Added the 'main' module"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
|
|
|
"method-declarations.go"
|
|
|
|
],
|
2016-11-11 00:19:53 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/method-declarations.go b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"index e69de29..6aaca9e 100644",
|
2016-11-11 00:19:53 +03:00
|
|
|
"--- a/method-declarations.go",
|
|
|
|
"+++ b/method-declarations.go",
|
2016-12-02 00:03:52 +03:00
|
|
|
"@@ -0,0 +1,5 @@",
|
|
|
|
"+package main",
|
|
|
|
"+",
|
2016-12-07 00:09:12 +03:00
|
|
|
"+func main() {}",
|
2016-12-02 00:03:52 +03:00
|
|
|
"+",
|
2016-12-07 00:09:12 +03:00
|
|
|
"+"
|
2016-11-11 00:19:53 +03:00
|
|
|
],
|
2016-11-02 17:50:05 +03:00
|
|
|
"gitDir": "test/corpus/repos/go",
|
2017-01-10 23:09:09 +03:00
|
|
|
"shas": "cdf6033e61da72434053c0f89cc2d4daf7ade65c..97bd8f4af90e2f10dcadfdd4bacbb7f5a4333ec1"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
,{
|
2016-12-02 00:03:52 +03:00
|
|
|
"testCaseDescription": "go-method-declarations-insert-test",
|
2016-11-02 17:50:05 +03:00
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
|
|
|
"method-declarations.go": [
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
7
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
11
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Added the 'self' identifier in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
12
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
18
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Added the 'Person' identifier in the main module"
|
|
|
|
},
|
2016-11-02 17:50:05 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
20
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
26
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'Equals' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
27
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
32
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'other' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
33
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
39
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Added the 'Person' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
41
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
45
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'bool' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
46
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
48
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the '{}' block in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
]
|
2016-12-07 00:09:12 +03:00
|
|
|
},
|
|
|
|
"errors": {}
|
2016-11-02 17:50:05 +03:00
|
|
|
},
|
|
|
|
"filePaths": [
|
|
|
|
"method-declarations.go"
|
|
|
|
],
|
2016-11-11 00:19:53 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/method-declarations.go b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"index 6aaca9e..e556c01 100644",
|
2016-11-11 00:19:53 +03:00
|
|
|
"--- a/method-declarations.go",
|
|
|
|
"+++ b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"@@ -2,4 +2,4 @@ package main",
|
|
|
|
" ",
|
|
|
|
" func main() {}",
|
2016-12-02 00:03:52 +03:00
|
|
|
" ",
|
|
|
|
"-",
|
2016-12-07 00:09:12 +03:00
|
|
|
"+func (self Person) Equals(other Person) bool {}"
|
2016-11-11 00:19:53 +03:00
|
|
|
],
|
2016-11-02 17:50:05 +03:00
|
|
|
"gitDir": "test/corpus/repos/go",
|
2017-01-10 23:09:09 +03:00
|
|
|
"shas": "97bd8f4af90e2f10dcadfdd4bacbb7f5a4333ec1..25a53f6a9d2b1f42beb2634ccbed4e93ff8f752d"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
,{
|
2016-12-02 00:03:52 +03:00
|
|
|
"testCaseDescription": "go-method-declarations-replacement-test",
|
2016-11-02 17:50:05 +03:00
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
|
|
|
"method-declarations.go": [
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-11-02 17:50:05 +03:00
|
|
|
12
|
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
18
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-11-02 17:50:05 +03:00
|
|
|
12
|
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
15
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Replaced the 'Person' identifier with the 'Num' identifier in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
33
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
39
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
30
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
33
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Replaced the 'Person' identifier with the 'Num' identifier in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
|
|
|
"method-declarations.go"
|
|
|
|
],
|
2016-11-11 00:19:53 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/method-declarations.go b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"index e556c01..1be6d20 100644",
|
2016-11-11 00:19:53 +03:00
|
|
|
"--- a/method-declarations.go",
|
|
|
|
"+++ b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"@@ -2,4 +2,4 @@ package main",
|
|
|
|
" ",
|
|
|
|
" func main() {}",
|
2016-12-02 00:03:52 +03:00
|
|
|
" ",
|
|
|
|
"-func (self Person) Equals(other Person) bool {}",
|
2016-12-07 00:09:12 +03:00
|
|
|
"+func (self Num) Equals(other Num) bool {}"
|
2016-11-11 00:19:53 +03:00
|
|
|
],
|
2016-11-02 17:50:05 +03:00
|
|
|
"gitDir": "test/corpus/repos/go",
|
2017-01-10 23:09:09 +03:00
|
|
|
"shas": "25a53f6a9d2b1f42beb2634ccbed4e93ff8f752d..178c3f3359b7267df5b354107997bf528a189b58"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
,{
|
2016-12-02 00:03:52 +03:00
|
|
|
"testCaseDescription": "go-method-declarations-delete-replacement-test",
|
2016-11-02 17:50:05 +03:00
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
|
|
|
"method-declarations.go": [
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-11-02 17:50:05 +03:00
|
|
|
12
|
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
15
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-11-02 17:50:05 +03:00
|
|
|
12
|
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
18
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Replaced the 'Num' identifier with the 'Person' identifier in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
30
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
33
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
33
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
2016-12-02 00:03:52 +03:00
|
|
|
39
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Replaced the 'Num' identifier with the 'Person' identifier in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
|
|
|
"method-declarations.go"
|
|
|
|
],
|
2016-11-11 00:19:53 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/method-declarations.go b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"index 1be6d20..e556c01 100644",
|
2016-11-11 00:19:53 +03:00
|
|
|
"--- a/method-declarations.go",
|
|
|
|
"+++ b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"@@ -2,4 +2,4 @@ package main",
|
|
|
|
" ",
|
|
|
|
" func main() {}",
|
2016-12-02 00:03:52 +03:00
|
|
|
" ",
|
|
|
|
"-func (self Num) Equals(other Num) bool {}",
|
2016-12-07 00:09:12 +03:00
|
|
|
"+func (self Person) Equals(other Person) bool {}"
|
2016-11-11 00:19:53 +03:00
|
|
|
],
|
2016-11-02 17:50:05 +03:00
|
|
|
"gitDir": "test/corpus/repos/go",
|
2017-01-10 23:09:09 +03:00
|
|
|
"shas": "178c3f3359b7267df5b354107997bf528a189b58..791ed665829db67d9fc4309abe6b432da831f15a"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
,{
|
2016-12-02 00:03:52 +03:00
|
|
|
"testCaseDescription": "go-method-declarations-delete-insert-test",
|
2016-11-02 17:50:05 +03:00
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
|
|
|
"method-declarations.go": [
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
7
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
11
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Deleted the 'self' identifier in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
12
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
18
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Deleted the 'Person' identifier in the main module"
|
|
|
|
},
|
2016-11-02 17:50:05 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
20
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
26
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'Equals' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
27
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
32
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'other' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
33
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-07 00:09:12 +03:00
|
|
|
5,
|
|
|
|
39
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-07 00:09:12 +03:00
|
|
|
"summary": "Deleted the 'Person' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
41
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
45
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'bool' identifier in the main module"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
5,
|
|
|
|
46
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
5,
|
|
|
|
48
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the '{}' block in the main module"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
]
|
2016-12-07 00:09:12 +03:00
|
|
|
},
|
|
|
|
"errors": {}
|
2016-11-02 17:50:05 +03:00
|
|
|
},
|
|
|
|
"filePaths": [
|
|
|
|
"method-declarations.go"
|
|
|
|
],
|
2016-11-11 00:19:53 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/method-declarations.go b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"index e556c01..6aaca9e 100644",
|
2016-11-11 00:19:53 +03:00
|
|
|
"--- a/method-declarations.go",
|
|
|
|
"+++ b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"@@ -2,4 +2,4 @@ package main",
|
|
|
|
" ",
|
|
|
|
" func main() {}",
|
2016-12-02 00:03:52 +03:00
|
|
|
" ",
|
2016-11-11 00:19:53 +03:00
|
|
|
"-func (self Person) Equals(other Person) bool {}",
|
2016-12-07 00:09:12 +03:00
|
|
|
"+"
|
2016-11-11 00:19:53 +03:00
|
|
|
],
|
2016-11-02 17:50:05 +03:00
|
|
|
"gitDir": "test/corpus/repos/go",
|
2017-01-10 23:09:09 +03:00
|
|
|
"shas": "791ed665829db67d9fc4309abe6b432da831f15a..e666324cdc0c560a273b7dd88b6480b40e714c93"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
,{
|
2016-12-02 00:03:52 +03:00
|
|
|
"testCaseDescription": "go-method-declarations-teardown-test",
|
2016-11-02 17:50:05 +03:00
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
|
|
|
"method-declarations.go": [
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
2016-11-11 00:19:53 +03:00
|
|
|
1,
|
2016-12-02 00:03:52 +03:00
|
|
|
1
|
2016-11-02 17:50:05 +03:00
|
|
|
],
|
|
|
|
"end": [
|
2016-12-02 00:03:52 +03:00
|
|
|
6,
|
|
|
|
1
|
2016-11-02 17:50:05 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-12-02 00:03:52 +03:00
|
|
|
"summary": "Deleted the 'main' module"
|
2016-11-02 17:50:05 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
|
|
|
"method-declarations.go"
|
|
|
|
],
|
2016-11-11 00:19:53 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/method-declarations.go b/method-declarations.go",
|
2016-12-07 00:09:12 +03:00
|
|
|
"index 6aaca9e..e69de29 100644",
|
2016-11-11 00:19:53 +03:00
|
|
|
"--- a/method-declarations.go",
|
|
|
|
"+++ b/method-declarations.go",
|
2016-12-02 00:03:52 +03:00
|
|
|
"@@ -1,5 +0,0 @@",
|
|
|
|
"-package main",
|
|
|
|
"-",
|
2016-12-07 00:09:12 +03:00
|
|
|
"-func main() {}",
|
2016-12-02 00:03:52 +03:00
|
|
|
"-",
|
2016-12-07 00:09:12 +03:00
|
|
|
"-"
|
2016-11-11 00:19:53 +03:00
|
|
|
],
|
2016-11-02 17:50:05 +03:00
|
|
|
"gitDir": "test/corpus/repos/go",
|
2017-01-10 23:09:09 +03:00
|
|
|
"shas": "e666324cdc0c560a273b7dd88b6480b40e714c93..fa25164285caf5e1394858d635977290afc5cbf5"
|
2016-11-02 17:50:05 +03:00
|
|
|
}]
|