From 340c0262eb9b49def312635b161434fd2cf7fb39 Mon Sep 17 00:00:00 2001 From: softprops Date: Thu, 13 Jul 2023 12:02:01 -0400 Subject: [PATCH] remove readme blob lifted from sample --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 1f30421..892b0ca 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,6 @@ implementation("me.lessis:typeid:0.0.2") ## Usage -This library provides both a statically typed and a dynamically typed version of TypeIDs. - -The statically typed version lives under the `typed` package. It makes it possible for -the go compiler itself to enforce type safety. - -To use it, first define your TypeID types: - ```java import typeid.TypeID