* 'develop' of https://github.com/EvgenKostenko/go-jira:
cosmetic fix in boards imports, tests in projects
add delete board with tests + go fmt
add board create with tests
go fmt boards
Implement BoardService and get boards list with parameters
remove old project
Add boards and fix some bugs in project
add boards service
The Response struct has StartAt, MaxResults and Total fields, which are
returned from JIRA API in issue search responses. They are now
accessible in Response object.