-
-
Save DanielTimLee/8038916dfc26b2e05564a5941b1b021b to your computer and use it in GitHub Desktop.
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
type Wiki struct { | |
Id int | |
Title string `sql:"type varchar(300)"` | |
Description string `sql:"type varchar(300)"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
html에서 .Title 이런식으로 접근하고 싶어서 코드를 짜 봤는데 잘 안됩니다.
readWiki()로 dummyData 가져오는데까지는 성공했습니다.