Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring - docs, tests and examples (#143)
1. Restructure project directories. -- Moved `internal/testdata` to `test/testdata`. -- Moved `test/common/common.go` to `testdata/util.go` (to avoid exposing that `common` package) 2. Added executable **hello world!** example under `examples` module. 3. Api Docs - added a `\n` between License and package declaration to prevent License from being parsed as part of the package documentation. 4. Removed outdated API reference under `docs`. https://pkg.go.dev/github.com/conductor-sdk/conductor-go will be the source of truth. 5. Changes in `README.md` -- Removed running conductor section. -- Use updated hello world example (More to come). 6. Fix License.
- Loading branch information