Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit ab2128e

Browse files
committed
Fixing import reference in grammar/grammar.funcs.go
1 parent d6c8318 commit ab2128e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8+
## [0.1.3] - 07-04-2017
9+
### Changed
10+
- Update wrong import reference in grammar/grammar.funcs.go
11+
812
## [0.1.2] - 07-04-2017
913
### Changed
1014
- Added JSON to Yara converter into yago module. Now it is possible to use yago module properly. See #8.
@@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1721
## 0.1.0 - 26-03-2017
1822
- Initial release
1923

20-
24+
[Unreleased]: https://github.com/Yara-Rules/yago/compare/v0.1.3...HEAD
25+
[0.1.3]: https://github.com/Yara-Rules/yago/compare/v0.1.2...v0.1.3
2126
[0.1.2]: https://github.com/Yara-Rules/yago/compare/v0.1.1...v0.1.2
2227
[0.1.1]: https://github.com/Yara-Rules/yago/compare/v0.1.0...v0.1.1

grammar/grammar.funcs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package grammar
33
import (
44
"fmt"
55

6-
"dev.jau.me/YaGo2/lexic"
6+
"github.com/Yara-Rules/yago/lexic"
77
)
88

99
// String returns a string representation of the Parser

0 commit comments

Comments
 (0)