Update godoc.
This commit is contained in:
parent
6f5d25ea9f
commit
57added50a
7 changed files with 28 additions and 17 deletions
|
|
@ -5,7 +5,6 @@ type projection interface {
|
|||
from(subQuery ExpressionTable) projection
|
||||
}
|
||||
|
||||
// Dummy type for projection list
|
||||
type ProjectionList []projection
|
||||
|
||||
func (cl ProjectionList) from(subQuery ExpressionTable) projection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue