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:
parent
10b071cf54
commit
72b43a1a05
@ -34,6 +34,7 @@ library
|
||||
, Language.C
|
||||
, Language.JavaScript
|
||||
, Language.Markdown
|
||||
, Language.Go
|
||||
, Parser
|
||||
, Patch
|
||||
, Patch.Arbitrary
|
||||
|
5
src/Language/Go.hs
Normal file
5
src/Language/Go.hs
Normal file
@ -0,0 +1,5 @@
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
module Language.Go where
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user