Improve test cases for detecting content type

This commit is contained in:
Preetha Appan
2019-07-01 16:24:48 -05:00
parent f7f41c42e6
commit de8ae8bcd2
6 changed files with 33 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, playground")
}

View File

@@ -0,0 +1 @@
hello world