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

Commit

Permalink
Fixing import reference in grammar/grammar.funcs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Xumeiquer committed Apr 7, 2017
1 parent d6c8318 commit ab2128e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [0.1.3] - 07-04-2017
### Changed
- Update wrong import reference in grammar/grammar.funcs.go

## [0.1.2] - 07-04-2017
### Changed
- Added JSON to Yara converter into yago module. Now it is possible to use yago module properly. See #8.
Expand All @@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0 - 26-03-2017
- Initial release


[Unreleased]: https://github.com/Yara-Rules/yago/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/Yara-Rules/yago/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/Yara-Rules/yago/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/Yara-Rules/yago/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion grammar/grammar.funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package grammar
import (
"fmt"

"dev.jau.me/YaGo2/lexic"
"github.com/Yara-Rules/yago/lexic"
)

// String returns a string representation of the Parser
Expand Down

0 comments on commit ab2128e

Please sign in to comment.