File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ func main() {
3030 log .Fatal (err )
3131 }
3232 err = sender .
33- Table ("inventors " ).
33+ Table ("inventors_go " ).
3434 Symbol ("born" , "Austrian Empire" ).
3535 TimestampColumn ("birthdate" , bday ). // Epoch in micros.
3636 Int64Column ("id" , 0 ).
@@ -45,7 +45,7 @@ func main() {
4545 log .Fatal (err )
4646 }
4747 err = sender .
48- Table ("inventors " ).
48+ Table ("inventors_go " ).
4949 Symbol ("born" , "USA" ).
5050 TimestampColumn ("birthdate" , bday ).
5151 Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func main() {
3838 log .Fatal (err )
3939 }
4040 err = sender .
41- Table ("inventors " ).
41+ Table ("inventors_go " ).
4242 Symbol ("born" , "Austrian Empire" ).
4343 TimestampColumn ("birthdate" , bday ). // Epoch in micros.
4444 Int64Column ("id" , 0 ).
@@ -53,7 +53,7 @@ func main() {
5353 log .Fatal (err )
5454 }
5555 err = sender .
56- Table ("inventors " ).
56+ Table ("inventors_go " ).
5757 Symbol ("born" , "USA" ).
5858 TimestampColumn ("birthdate" , bday ).
5959 Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func main() {
3838 log .Fatal (err )
3939 }
4040 err = sender .
41- Table ("inventors " ).
41+ Table ("inventors_go " ).
4242 Symbol ("born" , "Austrian Empire" ).
4343 TimestampColumn ("birthdate" , bday ). // Epoch in micros.
4444 Int64Column ("id" , 0 ).
@@ -53,7 +53,7 @@ func main() {
5353 log .Fatal (err )
5454 }
5555 err = sender .
56- Table ("inventors " ).
56+ Table ("inventors_go " ).
5757 Symbol ("born" , "USA" ).
5858 TimestampColumn ("birthdate" , bday ).
5959 Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func main() {
3131 log .Fatal (err )
3232 }
3333 err = sender .
34- Table ("inventors " ).
34+ Table ("inventors_go " ).
3535 Symbol ("born" , "Austrian Empire" ).
3636 TimestampColumn ("birthdate" , bday ). // Epoch in micros.
3737 Int64Column ("id" , 0 ).
@@ -46,7 +46,7 @@ func main() {
4646 log .Fatal (err )
4747 }
4848 err = sender .
49- Table ("inventors " ).
49+ Table ("inventors_go " ).
5050 Symbol ("born" , "USA" ).
5151 TimestampColumn ("birthdate" , bday ).
5252 Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ func main() {
3434 log .Fatal (err )
3535 }
3636 err = sender .
37- Table ("inventors " ).
37+ Table ("inventors_go " ).
3838 Symbol ("born" , "Austrian Empire" ).
3939 TimestampColumn ("birthdate" , bday ). // Epoch in micros.
4040 Int64Column ("id" , 0 ).
@@ -49,7 +49,7 @@ func main() {
4949 log .Fatal (err )
5050 }
5151 err = sender .
52- Table ("inventors " ).
52+ Table ("inventors_go " ).
5353 Symbol ("born" , "USA" ).
5454 TimestampColumn ("birthdate" , bday ).
5555 Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func main() {
3333 log .Fatal (err )
3434 }
3535 err = sender .
36- Table ("inventors " ).
36+ Table ("inventors_go " ).
3737 Symbol ("born" , "Austrian Empire" ).
3838 TimestampColumn ("birthdate" , bday ). // Epoch in micros.
3939 Int64Column ("id" , 0 ).
@@ -48,7 +48,7 @@ func main() {
4848 log .Fatal (err )
4949 }
5050 err = sender .
51- Table ("inventors " ).
51+ Table ("inventors_go " ).
5252 Symbol ("born" , "USA" ).
5353 TimestampColumn ("birthdate" , bday ).
5454 Int64Column ("id" , 1 ).
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func main() {
2626 log .Fatal (err )
2727 }
2828 err = sender .
29- Table ("inventors " ).
29+ Table ("inventors_go " ).
3030 Symbol ("born" , "Austrian Empire" ).
3131 TimestampColumn ("birthdate" , bday ). // Epoch in micros.
3232 Int64Column ("id" , 0 ).
@@ -41,7 +41,7 @@ func main() {
4141 log .Fatal (err )
4242 }
4343 err = sender .
44- Table ("inventors " ).
44+ Table ("inventors_go " ).
4545 Symbol ("born" , "USA" ).
4646 TimestampColumn ("birthdate" , bday ).
4747 Int64Column ("id" , 1 ).
You can’t perform that action at this time.
0 commit comments