github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/fit/config-synch/Description (about)

     1  create list of places for help:
     2      * bugapp/Help.go   // case lines
     3                         // alias line at bottom of each long description
     4                         // help output at bottom of the file
     5      * main.go          // case lines
     6      * README.md        // includes help output generated from bottom of Help.go file, collected by running program
     7      * FIT.md
     8      * FAQ.md
     9  
    10  create list of places for config:
    11      * bugs/Config.go   // bugs.Config struct
    12                         // ConfigRead for reading values of config file 
    13      * README.md        // includes config descriptions
    14                         // like comments from bugs.Config struct file
    15  
    16  synchronize
    17  
    18  Put the list in a good place for when new configs are added
    19  
    20  notes:
    21  
    22  		//* NewFieldAsTag: true or false,
    23  		//      Default Field file
    24  
    25  		//* NewFieldLowerCase: true or false,
    26  		//      Default Field as given