FOSSA is confused by ZPL, so i remove the FOSSA Status Badge at the of the README.md
This commit is contained in:
@@ -71,6 +71,3 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
|
||||||
[](https://app.fossa.io/projects/git%2Bgithub.com%2FSimonWaldherr%2Fzplgfa?ref=badge_large)
|
|
||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user