Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _content/solutions/clis.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Viper [supports nested structures](https://scene-si.org/2017/04/20/managing-conf
url: https://pkg.go.dev/github.com/spf13/viper?tab=overview
desc: A complete configuration solution for Go applications, designed to work within an app to handle configuration needs and formats
- text: urfave/cli
url: https://pkg.go.dev/github.com/urfave/cli?tab=overview
url: https://github.com/urfave/cli
desc: A minimal framework for creating and organizing command line Go applications
- text: delve
url: https://pkg.go.dev/github.com/go-delve/delve?tab=overview
Expand Down
2 changes: 1 addition & 1 deletion _content/solutions/devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Go’s garbage collector means DevOps/SRE teams don’t have to worry about memo
url: https://pkg.go.dev/github.com/spf13/viper?tab=overview
desc: A complete configuration solution for Go applications, designed to work within an app to handle configuration needs and formats
- text: urfave/cli
url: https://pkg.go.dev/github.com/urfave/cli?tab=overview
url: https://github.com/urfave/cli
desc: A minimal framework for creating and organizing command line Go applications
- title: Other projects
items:
Expand Down