Better handling of character length and image height

This commit is contained in:
2021-04-09 21:33:42 +01:00
parent 79d7d64e98
commit 80cabdd365
6 changed files with 155 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ docker-publish:
.PHONY: run # Run the application
run:
@go run main.go
@go run .
.PHONY: ci # Perform CI specific tasks to perform on a pull request
ci: