From 6586db782ea6dcb5f2eb191a690ec7e7df51161f Mon Sep 17 00:00:00 2001 From: tjpcc Date: Tue, 17 Jan 2023 16:41:04 -0700 Subject: Updates * update README * move "gemtext" to within "gemini" --- gemtext/types.go | 184 ------------------------------------------------------- 1 file changed, 184 deletions(-) delete mode 100644 gemtext/types.go (limited to 'gemtext/types.go') diff --git a/gemtext/types.go b/gemtext/types.go deleted file mode 100644 index 440fed4..0000000 --- a/gemtext/types.go +++ /dev/null @@ -1,184 +0,0 @@ -package gemtext - -// LineType represents the different types of lines in a gemtext document. -type LineType int - -const ( - // LineTypeText is the default case when nothing else matches. - // - // It indicates that the line object is a TextLine. - LineTypeText LineType = iota + 1 - - // LineTypeLink is a link line. - // - // =>[][