The TUBUtil is a go lang library used within some of the DITAS components of TU Berlin.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To install the go lang tools go to: Go Getting Started
As it is a library, all you need to do is run the following command:
go get github.com/DITAS-Project/TUBUtil
For testing you can use:
go test ./...
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache 2.0 - see the LICENSE.md file for details.
This is being developed for the DITAS Project