diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 21:40:30 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 21:40:30 -0400 |
commit | 06f0652a22f5866e6d9ba11400377b7aa9cfa916 (patch) | |
tree | 3e7305fea5111864de5dba84046b6388a4abf518 /photon | |
parent | 919651b16baeb99fa1bbc26298dbd4ba82f8e26f (diff) |
photon: add package doc
Diffstat (limited to 'photon')
-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 ( |