code format
This commit is contained in:
parent
7fa1685792
commit
1055774a44
@ -52,7 +52,7 @@ func (this *DataSet) GetByName(name string) *string {
|
|||||||
|
|
||||||
func (this *DataSet) GetByIndex(index int32) *string {
|
func (this *DataSet) GetByIndex(index int32) *string {
|
||||||
this.GetColumns()
|
this.GetColumns()
|
||||||
return this.values[index].(*string);
|
return this.values[index].(*string)
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewDataSet(rows *sql.Rows) *DataSet {
|
func NewDataSet(rows *sql.Rows) *DataSet {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user