updated flake to have correct sha for vendoring and updated README to render properly

This commit is contained in:
steven carpenter 2025-07-28 19:43:28 -04:00
parent 5adaca65a2
commit cc7f12a305
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@ A calendar tui written in go
- start coding in your desired editor - start coding in your desired editor
### Project structure ### Project structure
```
./ ./
├── cmd ├── cmd
│   ├── root.go -> the entrypoint for your cli │   ├── root.go -> the entrypoint for your cli
@ -31,6 +32,7 @@ A calendar tui written in go
├── run.go -> tui entrypoint ├── run.go -> tui entrypoint
├── update.go -> bubbletea model update functions go here ├── update.go -> bubbletea model update functions go here
└── view.go -> bubbletea view functions go here └── view.go -> bubbletea view functions go here
```
### Generating sub-commands ### Generating sub-commands
use cobra-cli to generate sub-commands use cobra-cli to generate sub-commands

View file

@ -45,7 +45,7 @@
name = "source"; name = "source";
path = ./.; path = ./.;
}; };
vendorHash = ""; vendorHash = "sha256-3ZGIzksxYjZBIlEzvzmsju5GVcusHAfz9pBgeARgzyA=";
} }
) { }; ) { };
} }