Skip to content

Releases: quii/learn-go-with-tests

QOL fixed and hopefully fixed issue with google reader and epub

07 Nov 09:00
5b32960
Compare
Choose a tag to compare
Fix for epub rejected by Google Play Books, EPUBCheck (#500)

* Issue: Automate the gofmt in markdown files using gofmtmd during build
Issue Link: https://github.com/quii/learn-go-with-tests/issues/353
Modifications:
* Modified the build script to download and run the gofmtmd tool on the markdown files
* Ran the script locally and fixed the issues reported by gofmtmd tool

Note: Intro to generics md file contains some syntax related to generics which is not recognised by the tool. So some valid
code fences are not marked as go

* Issue: Errors regarding epubcheck
Issue Link: https://github.com/quii/learn-go-with-tests/issues/420
Solution:
* Corrected the SVG syntax by omitting the  version tag and dtd info
* Minorr markup corrections in md files

Test Case:
* Ran build books script locally and is able to view the generated epub file
* Added newly created epub file to Google Play books and is able to read the book

Improvements to reading files and maths chapters

11 Jun 17:18
Compare
Choose a tag to compare

New chapter: Reading files

11 Jun 08:45
Compare
Choose a tag to compare

This release adds a new chapter: "Reading files", which covers using some of the new file abstractions added in Go 1.16. It also includes various improvements contributed by the community, thank you very much community!

New chapter: Reading files and other improvements

11 Jun 08:42
77d57c2
Compare
Choose a tag to compare

This release adds a new chapter: "Reading files", which covers using some of the new file abstractions added in Go 1.16. It also includes various improvements contributed by the community, thank you very much community!

Add go mod instructions into hello chapter

04 Mar 08:12
0c9f542
Compare
Choose a tag to compare
11.2.2

Update hello-world.md

Bug fix, add iteration chapter to epub

03 Mar 12:38
Compare
Choose a tag to compare
11.2.1

add missing chapter to ebook, fixing #427

Generics chapter

03 Mar 10:16
Compare
Choose a tag to compare
11.2.0

mistake in example code

Fix bug with epub: Include newer chapters

16 Feb 14:41
Compare
Choose a tag to compare

I forgot to add the newer chapters when generating the epub, oopsie

c2caa58

Minor editorial fixes

16 Feb 14:19
1b1ab91
Compare
Choose a tag to compare
Update anti-patterns.md

Re-arranging things after some feedback

Remove some $GOPATH things from hello world

13 Feb 11:15
Compare
Choose a tag to compare

Plus some typos and grammar fixes