This commit is contained in:
Máximo Cuadros
2017-04-05 19:03:20 +02:00
parent d289a80e4c
commit 06d729c9db
2 changed files with 25 additions and 1 deletions

View File

@ -28,4 +28,9 @@ fmt.Println(lang)
lang, _ = GetLanguageByContent("bar.m", "<pbjective-c-code>")
fmt.Println(lang)
// result: Objective-C
```
```
License
-------
MIT, see [LICENSE](LICENSE)