From 0a37200fda34e9fca3a4fbcfa213d955d1a157fb Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 27 Aug 2019 19:36:40 +0300 Subject: [PATCH] GitHub supports V now! --- .gitattributes | 2 -- README.md | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 808377f09f..0000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -*.v linguist-language=Go -website/* linguist-vendored diff --git a/README.md b/README.md index 9f186efeac..f6353c4117 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ V 1.0 release is planned for December 2019. Right now V is in an alpha stage. ## Notes -GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn't support the language yet. - The compilation is temporarily slower for this release: - Debug builds are used (use `./v -prod -o v compiler` to get faster compilation).