Sfoglia il codice sorgente

保存本地更改

GTong 9 mesi fa
parent
commit
98a226f663
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      xugu/xugu_rows.go

+ 0 - 2
xugu/xugu_rows.go

@@ -20,7 +20,6 @@ type xuguRows struct {
 
 func (row *xuguRows) Next(dest []driver.Value) error {
 
-
 	if row.results.rowIdx >= len(row.results.Values[0]) {
 		//return errors.New("The result set has been released")
 		return io.EOF
@@ -122,7 +121,6 @@ func (row *xuguRows) Next(dest []driver.Value) error {
 // Columns返回列的名字集,它的个数是从slice的长度中推断出来的。
 // 如果不知道特定的列名,应该为该条目返回一个空的字符串
 func (row *xuguRows) Columns() []string {
-	
 
 	var columns []string