소스 검색

test webhook

Joachim M. Giæver 6 년 전
부모
커밋
4a5db55538
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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