Update comments

This commit is contained in:
harukasan 2015-01-09 18:01:51 +09:00
parent c356a8c12f
commit fab8f03740
5 changed files with 28 additions and 16 deletions

View file

@ -1,3 +1,4 @@
// Package main is an example implementation of WebP decoder.
package main
import (

View file

@ -1,3 +1,4 @@
// Package main is an example implementation of WebP encoder.
package main
import (