• Sander van Harmelen's avatar
    Convert all *Options structs to use pointer for fields and fixup the README and… · 4f1f8d2b
    Sander van Harmelen authored
    Convert all *Options structs to use pointer for fields and fixup the README and project struct (#66)
    
    * Convert all *Options structs to use pointer for fields, per #29.
    
    * Update README and fix project struct
    
    The `project` struct was the only one that had all pointers, so I reverted that to make things consistent again.
    
    The same goes for the `time.Time` pointers. In some cases the API does not return a time and if the field is not a pointer to `time.Time`, this will generate an error. So to be consistent now all `time.Time` fields are pointer fields.
    4f1f8d2b
Name
Last commit
Last update
examples Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
branches.go Loading commit data...
commits.go Loading commit data...
commits_test.go Loading commit data...
deploy_keys.go Loading commit data...
gitlab.go Loading commit data...
gitlab_test.go Loading commit data...
groups.go Loading commit data...
issues.go Loading commit data...
labels.go Loading commit data...
merge_requests.go Loading commit data...
milestones.go Loading commit data...
namespaces.go Loading commit data...
notes.go Loading commit data...
project_snippets.go Loading commit data...
projects.go Loading commit data...
projects_test.go Loading commit data...
repositories.go Loading commit data...
repository_files.go Loading commit data...
services.go Loading commit data...
services_test.go Loading commit data...
session.go Loading commit data...
settings.go Loading commit data...
strings.go Loading commit data...
system_hooks.go Loading commit data...
users.go Loading commit data...