Skip to content

Commit

Permalink
Update change log and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Dec 2, 2017
1 parent 659ed68 commit 9623506
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Change Log for `Inline::Go`

## 0.0.5 - **UNDER DEVELOPMENT**
- Add support for `cgo`'s boolean `bool` type.
- Add `Bool`ean type support.
- Add tests for:
- string
- int8 and int16.
- unsigned int(8|16|32|64)
- boolean types.
- Strings: `Str`.
- Boolean: `Bool`.
- Integers: `int8`, `int16` and `uint(8|16|32|64)`.

## 0.0.4 - 2 Dec 2017
- Add support for Go C Strings (with tests).
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,11 @@ $ AUTHOR_TESTING=1 prove -e "perl6 -Ilib"

- [Calling Go Functions from Other Languages](https://medium.com/learning-the-go-programming-language/calling-go-functions-from-other-languages-4c7d8bcc69bf).
- [The Go Programming Language Specification ](https://golang.org/ref/spec).

- [cgo Wiki](https://github.com/golang/go/wiki/cgo)
- [cgo Wiki](https://github.com/golang/go/wiki/cgo).

## Author

Ahmad M. Zawawi, [azawawi](https://github.com/azawawi/) on #perl6
Ahmad M. Zawawi, [azawawi](https://github.com/azawawi/) on `#perl6`.

## License

Expand Down

0 comments on commit 9623506

Please sign in to comment.