diff options
| author | stevenwdv <stevenwdv@users.noreply.github.com> | 2022-02-10 00:15:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 00:15:06 +0100 |
| commit | 9ca60b05474aff76183a8e7ae9bb53b8a6ef3d63 (patch) | |
| tree | 55dabdf7cdf5e005e94def95bec3a38cd7507b2b /README.md | |
| parent | 5ce27167d0d08a62b7fb2346cd3fbf8e5ac1d78b (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ # 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. +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 will be -written using some FFI framework for each language used in EduVPN clients to easily interface with the library. +[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. ## Functionality |
