1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Add Language.Go module

This commit is contained in:
joshvera 2016-10-17 15:39:25 -04:00
parent 10b071cf54
commit 72b43a1a05
2 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,7 @@ library
, Language.C
, Language.JavaScript
, Language.Markdown
, Language.Go
, Parser
, Patch
, Patch.Arbitrary

5
src/Language/Go.hs Normal file
View File

@ -0,0 +1,5 @@
{-# LANGUAGE DataKinds #-}
module Language.Go where