File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ func main() {
30
30
log .Fatal (err )
31
31
}
32
32
err = sender .
33
- Table ("inventors " ).
33
+ Table ("inventors_go " ).
34
34
Symbol ("born" , "Austrian Empire" ).
35
35
TimestampColumn ("birthdate" , bday ). // Epoch in micros.
36
36
Int64Column ("id" , 0 ).
@@ -45,7 +45,7 @@ func main() {
45
45
log .Fatal (err )
46
46
}
47
47
err = sender .
48
- Table ("inventors " ).
48
+ Table ("inventors_go " ).
49
49
Symbol ("born" , "USA" ).
50
50
TimestampColumn ("birthdate" , bday ).
51
51
Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func main() {
38
38
log .Fatal (err )
39
39
}
40
40
err = sender .
41
- Table ("inventors " ).
41
+ Table ("inventors_go " ).
42
42
Symbol ("born" , "Austrian Empire" ).
43
43
TimestampColumn ("birthdate" , bday ). // Epoch in micros.
44
44
Int64Column ("id" , 0 ).
@@ -53,7 +53,7 @@ func main() {
53
53
log .Fatal (err )
54
54
}
55
55
err = sender .
56
- Table ("inventors " ).
56
+ Table ("inventors_go " ).
57
57
Symbol ("born" , "USA" ).
58
58
TimestampColumn ("birthdate" , bday ).
59
59
Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func main() {
38
38
log .Fatal (err )
39
39
}
40
40
err = sender .
41
- Table ("inventors " ).
41
+ Table ("inventors_go " ).
42
42
Symbol ("born" , "Austrian Empire" ).
43
43
TimestampColumn ("birthdate" , bday ). // Epoch in micros.
44
44
Int64Column ("id" , 0 ).
@@ -53,7 +53,7 @@ func main() {
53
53
log .Fatal (err )
54
54
}
55
55
err = sender .
56
- Table ("inventors " ).
56
+ Table ("inventors_go " ).
57
57
Symbol ("born" , "USA" ).
58
58
TimestampColumn ("birthdate" , bday ).
59
59
Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func main() {
31
31
log .Fatal (err )
32
32
}
33
33
err = sender .
34
- Table ("inventors " ).
34
+ Table ("inventors_go " ).
35
35
Symbol ("born" , "Austrian Empire" ).
36
36
TimestampColumn ("birthdate" , bday ). // Epoch in micros.
37
37
Int64Column ("id" , 0 ).
@@ -46,7 +46,7 @@ func main() {
46
46
log .Fatal (err )
47
47
}
48
48
err = sender .
49
- Table ("inventors " ).
49
+ Table ("inventors_go " ).
50
50
Symbol ("born" , "USA" ).
51
51
TimestampColumn ("birthdate" , bday ).
52
52
Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ func main() {
34
34
log .Fatal (err )
35
35
}
36
36
err = sender .
37
- Table ("inventors " ).
37
+ Table ("inventors_go " ).
38
38
Symbol ("born" , "Austrian Empire" ).
39
39
TimestampColumn ("birthdate" , bday ). // Epoch in micros.
40
40
Int64Column ("id" , 0 ).
@@ -49,7 +49,7 @@ func main() {
49
49
log .Fatal (err )
50
50
}
51
51
err = sender .
52
- Table ("inventors " ).
52
+ Table ("inventors_go " ).
53
53
Symbol ("born" , "USA" ).
54
54
TimestampColumn ("birthdate" , bday ).
55
55
Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func main() {
33
33
log .Fatal (err )
34
34
}
35
35
err = sender .
36
- Table ("inventors " ).
36
+ Table ("inventors_go " ).
37
37
Symbol ("born" , "Austrian Empire" ).
38
38
TimestampColumn ("birthdate" , bday ). // Epoch in micros.
39
39
Int64Column ("id" , 0 ).
@@ -48,7 +48,7 @@ func main() {
48
48
log .Fatal (err )
49
49
}
50
50
err = sender .
51
- Table ("inventors " ).
51
+ Table ("inventors_go " ).
52
52
Symbol ("born" , "USA" ).
53
53
TimestampColumn ("birthdate" , bday ).
54
54
Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func main() {
26
26
log .Fatal (err )
27
27
}
28
28
err = sender .
29
- Table ("inventors " ).
29
+ Table ("inventors_go " ).
30
30
Symbol ("born" , "Austrian Empire" ).
31
31
TimestampColumn ("birthdate" , bday ). // Epoch in micros.
32
32
Int64Column ("id" , 0 ).
@@ -41,7 +41,7 @@ func main() {
41
41
log .Fatal (err )
42
42
}
43
43
err = sender .
44
- Table ("inventors " ).
44
+ Table ("inventors_go " ).
45
45
Symbol ("born" , "USA" ).
46
46
TimestampColumn ("birthdate" , bday ).
47
47
Int64Column ("id" , 1 ).
You can’t perform that action at this time.
0 commit comments