mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Improve test cases for detecting content type
This commit is contained in:
BIN
client/allocdir/input/happy.gif
Normal file
BIN
client/allocdir/input/happy.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 475 KiB |
BIN
client/allocdir/input/nomad.jpg
Normal file
BIN
client/allocdir/input/nomad.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
9
client/allocdir/input/test.go
Normal file
9
client/allocdir/input/test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, playground")
|
||||
}
|
||||
1
client/allocdir/input/test.txt
Normal file
1
client/allocdir/input/test.txt
Normal file
@@ -0,0 +1 @@
|
||||
hello world
|
||||
Reference in New Issue
Block a user