diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-13 16:33:55 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-13 16:33:55 +0200 |
| commit | 6a334df58cf0e12ef21f61a133a822f0b19cb4fc (patch) | |
| tree | 164f888b79d5cfe121733e50fcd3fc131c06b430 /README.md | |
| parent | 4d2f93fa46adc037f1237ebd35e3faafb4a7759a (diff) | |
Docs: Small changes regarding tests, Python wrapper and overview
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -# EduVPN shared library +# eduVPN shared library This repository contains a Go library with functions that all eduVPN clients can use. The goal is to let eduVPN clients link against this library and gradually merge more common logic between eduVPN clients into this repository. -[cgo](https://pkg.go.dev/cmd/cgo) is used to build the Go library into a shared dynamic library. Wrappers were +[Cgo](https://pkg.go.dev/cmd/cgo) is used to build the Go library into a shared dynamic library. Wrappers were written using some FFI framework for each language used in eduVPN clients to easily interface with the library. Supported languages: @@ -23,4 +23,4 @@ Contributions are welcome. [MIT](./LICENSE) ## Authors -This work is done by @stevenwdv and @jwijenbergh at the [Surf](https://www.surf.nl/) organisation. +This work is done by [@stevenwdv](https://github.com/stevenwdv) and [@jwijenbergh](https://github.com/jwijenbergh) at the [SURF](https://www.surf.nl/) organization. |
