Skip to content

Commit 7e39cb1

Browse files
committed
add comments
1 parent 3557e01 commit 7e39cb1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

readingtime.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
go-readingtime - Estimate how long it takes to read a text
3+
4+
https://github.com/edoardottt/go-readingtime
5+
6+
*/
7+
18
package readingtime
29

310
import (

readingtime_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
go-readingtime - Estimate how long it takes to read a text
3+
4+
https://github.com/edoardottt/go-readingtime
5+
6+
*/
7+
18
package readingtime_test
29

310
import (

0 commit comments

Comments
 (0)