Skip to content

Commit

Permalink
Update mojoproject.toml (#53)
Browse files Browse the repository at this point in the history
* Update mojoproject.toml

* Update reader.mojo
  • Loading branch information
thatstoasty authored Oct 7, 2024
1 parent cf00c5c commit add795b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mojoproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels = ["conda-forge", "https://conda.modular.com/max"]
description = "Experiments in porting over Golang stdlib into Mojo."
name = "gojo"
platforms = ["osx-arm64", "linux-64"]
version = "0.1.12"
version = "0.1.13"
license = "MIT"
license-file = "LICENSE"
homepage = "https://github.com/thatstoasty/gojo"
Expand Down
1 change: 0 additions & 1 deletion src/gojo/bufio/reader.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ fn copy[
return count


# buffered input
struct Reader[R: io.Reader, //](Sized, io.Reader, io.ByteReader, io.ByteScanner, io.WriterTo):
"""Implements buffering for an io.Reader object.
Expand Down

0 comments on commit add795b

Please sign in to comment.