Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty committed Mar 19, 2024
1 parent 8829b31 commit 18ea05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gojo

Experiments in porting over Golang stdlib into Mojo. This is not intended to be a full port, but rather a learning exercise and a way to experiment with Mojo's capabilities. Please feel free to contribute or use this as a starting point for your own projects! The codebase will remain in flux and will evolve with Mojo as future releases are created.
Experiments in porting over Golang stdlib into Mojo and extra goodies that make use of it. This is not intended to be a full port, but rather a learning exercise and a way to experiment with Mojo's capabilities. Please feel free to contribute or use this as a starting point for your own projects! The codebase will remain in flux and will evolve with Mojo as future releases are created.

NOTE: Readers and writers have some sharp edges until Mojo can handle returning Error as part of a tuple. It can be returned by a function, but not unpacked by the receiver. This leads to some cases where EOF is not handled how it should be. It's fairly usable in it's current state, but you might run into issues with large data!

Expand Down

0 comments on commit 18ea05b

Please sign in to comment.