modified license and started planning

This commit is contained in:
spinach 2024-11-05 14:10:12 -05:00
parent 9a9ae4de6c
commit 64b8008deb
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) <year> <copyright holders>
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:

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}

6
readme
View File

@ -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