diff options
-rw-r--r-- | photon/photon.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/photon/photon.go b/photon/photon.go index 69e6eff..4b8844b 100644 --- a/photon/photon.go +++ b/photon/photon.go @@ -1,6 +1,7 @@ // Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> // SPDX-License-Identifier: ISC +// Functions for accessing the Photo gecoding API. package photon import ( |