qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

Go example plugin #14

Closed qlikmats closed 6 years ago

qlikmats commented 7 years ago

Fixes #[issue number].

Status

[x] Under development
[x] Waiting for code review
[ ] Waiting for merge

Information

[ ] Contains breaking changes
[ ] Contains new API(s)
[x] Contains documentation
[ ] Contains test
[ ] Contains examples

To-do list

[ ] 
[ ] 
[ ] ...
carlioth commented 7 years ago

Another thing to consider is to use dep, as dependency management. Also consider checking in you vendor (dependencies). You can read more / see example here: https://github.com/qlik-trial/cloud-app-retriever#dependency-management More about dep here: https://hackernoon.com/using-go-dep-as-a-project-maintainer-641d1f3006d7