From 059e69cf18a5ad1e6432f9c1349bc71263a0caf9 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Tue, 5 Nov 2019 13:29:29 +0000 Subject: [PATCH] Update README informing config files without extension are supported --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24ffb20..c4ab01d 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ if err != nil { // Handle errors reading the config file } ``` +*NOTE:* You can also have a file without an extension and specify the format programmaticaly. For those configuration files that lie in the home of the user without any extension like `.bashrc` + ### Writing Config Files Reading from config files is useful, but at times you want to store all modifications made at run time.