You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,25 @@
2
2
3
3
# go.bug.st/serial
4
4
5
-
A cross-platform serial library for go-lang.
5
+
A cross-platform serial port library for Go.
6
6
7
7
## Documentation and examples
8
8
9
-
See the godoc here: https://godoc.org/go.bug.st/serial
9
+
See the package documentation here: https://pkg.go.dev/go.bug.st/serial
10
10
11
11
## go.mod transition
12
12
13
-
This library now support`go.mod` with the import `go.bug.st/serial`.
13
+
This library supports`go.mod` with the import `go.bug.st/serial`.
14
14
15
-
If you came from the pre-`go.mod` era please update your import paths from `go.bug.st/serial.v1` to `go.bug.st/serial` to receive new updates. Anyway, the latest `v1` release should still be avaiable using the old import.
15
+
If you came from the pre-`go.mod` era please update your import paths from `go.bug.st/serial.v1` to `go.bug.st/serial` to receive updates. The latest `v1` release is still available using the old import path.
16
16
17
17
## Credits
18
18
19
19
:sparkles: Thanks to all awesome [contributors]! :sparkles:
20
20
21
21
## License
22
22
23
-
The software is release under a[BSD 3-clause license]
23
+
This software is released under the[BSD 3-clause license].
0 commit comments