FOSSA is confused by ZPL, so i remove the FOSSA Status Badge at the of the README.md

This commit is contained in:
Simon Waldherr
2018-10-21 19:07:04 +02:00
parent 21370ac6d4
commit 836b4e0544
2 changed files with 2 additions and 5 deletions

View File

@@ -71,6 +71,3 @@ func main() {
} }
``` ```
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSimonWaldherr%2Fzplgfa.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FSimonWaldherr%2Fzplgfa?ref=badge_large)

View File

@@ -170,9 +170,9 @@ func ConvertToGraphicField(source image.Image, graphicType GraphicType) string {
index = 0 index = 0
} }
} }
hexstr := strings.ToUpper(hex.EncodeToString(line)) hexstr := strings.ToUpper(hex.EncodeToString(line))
switch graphicType { switch graphicType {
case ASCII: case ASCII:
GraphicFieldData += fmt.Sprintln(hexstr) GraphicFieldData += fmt.Sprintln(hexstr)