Created
February 19, 2014 22:55
-
-
Save tianon/9103400 to your computer and use it in GitHub Desktop.
Go Newlines in Tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
type SomeSqlRelatedStruct struct { | |
SomeValue int `magicsql:"MyDatabaseIntField"` | |
SomeValueThatComesFromSql *string `magicsql:"( | |
SELECT 'some magic subselect' | |
FROM someothertable | |
WHERE MainId = MyDatabaseIntField | |
)"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment