diff options
| author | joe-mann <31214624+joe-mann@users.noreply.github.com> | 2019-12-26 20:21:28 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-12-26 20:21:28 +0100 |
| commit | b5cb57b5985f6a60c08496bd65ef809b14711744 (patch) | |
| tree | d5f6624adcdd049eef85275faba36653113e396b | |
| parent | 6c0b5d9ec42d66889a5d1aa12a3f197a0b67514c (diff) | |
| download | PROJ-b5cb57b5985f6a60c08496bd65ef809b14711744.tar.gz PROJ-b5cb57b5985f6a60c08496bd65ef809b14711744.zip | |
Add link to Go bindings (#1807)
| -rw-r--r-- | docs/source/development/bindings.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst index c339bfdc..8f3b44a3 100644 --- a/docs/source/development/bindings.rst +++ b/docs/source/development/bindings.rst @@ -11,7 +11,6 @@ Python `pyproj <https://pypi.python.org/pypi/pyproj>`_: Python interface (wrapper for PROJ) - Ruby ======= @@ -24,6 +23,11 @@ Rust `proj <https://github.com/georust/proj>`_: Rust bindings for the latest stable version of PROJ +Go (Golang) +=========== +`go-proj <https://github.com/everystreet/go-proj>`_: +Go bindings and idiomatic wrapper for PROJ + TCL ======== `proj4tcl <http://wiki.tcl.tk/41270>`_: @@ -35,7 +39,6 @@ MySQL `fProj4 <https://sourceforge.net/projects/mysqlscientific/files/fPROJ4/>`_: Bindings for PROJ in MySQL - Excel ======== |
