Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel.pineiro committed Sep 14, 2023
1 parent e72d4f1 commit 04605e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Package config
// go-config is a configuration library
// for accessing a mixture of static as well as dynamic configurations as a single configuration unit.
// There are two key concepts to note:
//
// - Properties that can be read by your code.
// - Configurations that organize properties into objects you can bootstrap your application with.

package config

import (
Expand Down

0 comments on commit 04605e9

Please sign in to comment.