updated flake to have correct sha for vendoring and updated README to render properly
This commit is contained in:
parent
5adaca65a2
commit
cc7f12a305
2 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ A calendar tui written in go
|
|||
- start coding in your desired editor
|
||||
|
||||
### Project structure
|
||||
```
|
||||
./
|
||||
├── cmd
|
||||
│ ├── root.go -> the entrypoint for your cli
|
||||
|
|
@ -31,6 +32,7 @@ A calendar tui written in go
|
|||
├── run.go -> tui entrypoint
|
||||
├── update.go -> bubbletea model update functions go here
|
||||
└── view.go -> bubbletea view functions go here
|
||||
```
|
||||
|
||||
### Generating sub-commands
|
||||
use cobra-cli to generate sub-commands
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
name = "source";
|
||||
path = ./.;
|
||||
};
|
||||
vendorHash = "";
|
||||
vendorHash = "sha256-3ZGIzksxYjZBIlEzvzmsju5GVcusHAfz9pBgeARgzyA=";
|
||||
}
|
||||
) { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue