mirror of
https://github.com/GwynethLlewelyn/goswi.git
synced 2026-08-14 00:58:00 +00:00
Docs: typo in comment
This commit is contained in:
@@ -53,7 +53,7 @@ const (
|
||||
)
|
||||
|
||||
// Configure the complex flagging system, which will also require loading from `config.ini`
|
||||
// Note: flag.Tail() offers us all parameters at the end of the command line, we will use that to generate a list of images for the slideshow, but we cannot us that using pkg iniflags (gwyneth 20200711).
|
||||
// Note: flag.Tail() offers us all parameters at the end of the command line, we will use that to generate a list of images for the slideshow, but we cannot use that using pkg iniflags (gwyneth 20200711).
|
||||
|
||||
// main starts here.
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user