Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UPDATED] Examples moved to their own directory #166

Merged
merged 1 commit into from
Jan 15, 2018

Conversation

kozlovic
Copy link
Member

Each example has been moved to its own directory (and .go file changed
to main.go, and build directive removed).
With this change, once you go get the library, you can intall
all examples with the following command:

go install github.com/nats-io/go-nats-streaming/examples/*

Also fixed some issues reported by megacheck.

Resolves #164

Each example has been moved to its own directory (and .go file changed
to main.go, and build directive removed).
With this change, once you `go get` the library, you can intall
all examples with the following command:

```
go install github.com/nats-io/go-nats-streaming/examples/*
```

Also fixed some issues reported by megacheck.

Resolves #164
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.162% when pulling b294274 on move_examples_in_dirs into 43723aa on master.

@kozlovic kozlovic merged commit ad2984c into master Jan 15, 2018
@kozlovic kozlovic deleted the move_examples_in_dirs branch January 15, 2018 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move example applications each to their own package/dir
2 participants