blob: 7c7912d0183c7f13ddb2e70b4c4ea3f317b6efde (
plain)
1
2
3
4
|
# Getting Started
This chapter contains the steps to get started with the Go library. You will learn how to build the library, how to run the test suite and how to debug possible errors.
The documentation on how to use this library will be given in the next chapter: [API](../api/index.html).
|