Joachim M. Giæver %!s(int64=6) %!d(string=hai) anos
pai
achega
4a5db55538
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Go-ini is a package that handles INI-formatted data in your golang-project. The
 
 It also tries to adopt how other «Marshaling»-packages in go are written, so it's simple to override and add functionality for your own code. This also implies that every package that already implements [_TextMarshaling_](https://golang.org/pkg/encoding/#TextMarshaler) and/or [_TextUnmarshaling_](https://golang.org/pkg/encoding/#TextUnmarshaler) (e.g time.Time) is supported.
 # ToC
-- _coming_
+- _coming now_
 
 # Installation and update:
 ```bash