Skip to content

Commit b8a9b2d

Browse files
authored
Merge pull request #8 from tdeckers/version_bump
Bump version.
2 parents 35af557 + 8754523 commit b8a9b2d

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BuildConstraints": "windows,amd64 linux,amd64 darwin,amd64",
3-
"PackageVersion": "0.6.0",
3+
"PackageVersion": "0.7.0",
44
"ConfigVersion": "0.9",
55
"TaskSettings": {
66
"bintray": {

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: go
22
sudo: false
33

44
go:
5-
- 1.1.2
6-
- 1.2.2
75
- 1.3.3
86
- 1.4.2
97
- 1.5.1

api/people.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ type PeopleService struct {
1010
Client *util.Client
1111
}
1212

13+
// People data structure
1314
type People struct {
1415
Id string `json:"id,omitempty"`
1516
Emails []string `json:"emails,omitempty"`

sparkcli.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package main provides the main entry point for sparkcli.
12
package main
23

34
import (
@@ -10,6 +11,7 @@ import (
1011
"strings"
1112
)
1213

14+
//
1315
func main() {
1416
var jsonFlag bool
1517

0 commit comments

Comments
 (0)