diff options
-rw-r--r-- | main.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +// Copyright © 2022 siddharth <s@ricketyspace.net> +// SPDX-License-Identifier: ISC + +package main + +const Version = "0.0.0.dev" + +func main() {} |
index : peach | ||
barebones weather service - peach.ricketyspace.net | siddharth |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | main.go | 8 |
@@ -0,0 +1,8 @@ +// Copyright © 2022 siddharth <s@ricketyspace.net> +// SPDX-License-Identifier: ISC + +package main + +const Version = "0.0.0.dev" + +func main() {} |