From 64b8008deb48d521776ee9da9c1a1c8b502da24c Mon Sep 17 00:00:00 2001 From: spinach Date: Tue, 5 Nov 2024 14:10:12 -0500 Subject: [PATCH] modified license and started planning --- LICENSE | 2 +- main.go | 7 +++++++ readme | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 main.go diff --git a/LICENSE b/LICENSE index 2071b23..b37fb5c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2024 Keegan Deppe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/main.go b/main.go new file mode 100644 index 0000000..50e8d8d --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("vim-go") +} diff --git a/readme b/readme index e570adb..74b4630 100644 --- a/readme +++ b/readme @@ -1,3 +1,7 @@ # Adonis -workout app +## Goals + +- Workout app with a focus on simplicity and extensibility +- Ship a barebones set of features with clear vision for add-ons +