Przeglądaj źródła

updated documentation

Florian Sundermann 12 lat temu
rodzic
commit
422121e68f
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      ean/encoder.go
  2. 1 0
      qr/encoder.go

+ 1 - 0
ean/encoder.go

@@ -1,3 +1,4 @@
+// package for EAN barcode generation.
 package ean
 
 import (

+ 1 - 0
qr/encoder.go

@@ -1,3 +1,4 @@
+// package for QR barcode generation.
 package qr
 
 import (