Add some documentation

pull/2/head
Jean-Marc MEESSEN 4 years ago
parent 41b84cfc28
commit d4d9eca5f2

@ -32,3 +32,6 @@ Cobra documentation available at https://github.com/spf13/cobra/blob/master/cobr
* https://stackoverflow.com/questions/8757389/reading-a-file-line-by-line-in-go
* https://www.golangprograms.com/golang-read-file-line-by-line-to-string.html
## Parsing 2
* [Effective text parsing in golang](https://medium.com/@TobiasSchmidt89/effective-text-parsing-in-golang-163d13784288)

@ -1,5 +1,10 @@
# FLE File specification
## General
* line comment: "#" => "`^#`s"
* Multi line comment: enclosed in "{}"
## Header
* **mycall** The mycall keyword is your station call sign and it is mandatory. This is the logging station's call sign (the call sign used over the air). Saving ADIF files without your own call is prevented.
@ -9,3 +14,6 @@
* **mysota** The mysota keyword is used to register your own SOTA reference number in SOTA Logging. The syntax is: AA/NN-CCC: Association/Name-3-digit numeric Code (e.g. G/CE-001). Your own SOTA reference number is mandatory for SOTA Logging.
* **nickname** The nickname keyword can be used for eQSL ADIF uploads. See chapter Uploading logs to eQSL.cc.
* **date** The date format is year-month-day (YYYY-MM-DD), e.g. 2016-12-31. Year, month and day may be abbreviated and you may use separators other than dash.
## validations
* call
Loading…
Cancel
Save