package
0.0.0-20181102060906-4c40a2717eee
Repository: https://github.com/chrislusf/glow.git
Documentation: pkg.go.dev
# README
Stack analysis
Setup via docker-compose
- See README to build
glow
docker image. - Create
stack_analysis
container
OSX
Cross compile artefact for docker
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build .
Build container with stack_analysis
tag
docker build -t stack_analysis .
Start containers via docker-compose
docker-compose up
# Structs
No description provided by the author
- **posts**.xml
- Id
- PostTypeId
- 1: Question
- 2: Answer
- ParentID (only present if PostTypeId is 2)
- AcceptedAnswerId (only present if PostTypeId is 1)
- CreationDate
- Score
- ViewCount
- Body
- OwnerUserId
- LastEditorUserId
- LastEditorDisplayName="Jeff Atwood"
- LastEditDate="2009-03-05T22:28:34.823"
- LastActivityDate="2009-03-11T12:51:01.480"
- CommunityOwnedDate="2009-03-11T12:51:01.480"
- ClosedDate="2009-03-11T12:51:01.480"
- Title=
- Tags=
- AnswerCount
- CommentCount
- FavoriteCount
*/.