modified license and started planning

main
spinach 2 months ago
parent 9a9ae4de6c
commit 64b8008deb

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

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

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

Loading…
Cancel
Save