From 99f31dad4ca0d35ab32ff01ac48eb4c789d8c7af Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Thu, 29 Aug 2024 16:24:46 -0500 Subject: [PATCH] rm init from benchmarks --- benchmarks/__init__.mojo | 0 mojoproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 benchmarks/__init__.mojo diff --git a/benchmarks/__init__.mojo b/benchmarks/__init__.mojo deleted file mode 100644 index e69de29..0000000 diff --git a/mojoproject.toml b/mojoproject.toml index 35fc27e..66e660b 100644 --- a/mojoproject.toml +++ b/mojoproject.toml @@ -1,7 +1,7 @@ [project] authors = ["Mikhail Tavarez "] channels = ["conda-forge", "https://conda.modular.com/max-nightly"] -description = "Add a short description here" +description = "Experiments in porting over Golang stdlib into Mojo." name = "gojo" platforms = ["osx-arm64"] version = "0.1.0"