Bläddra i källkod

single type material list (remove redundant from news list)

master
Patrick Peng Sun 9 år sedan
förälder
incheckning
9c788794cc
1 ändrade filer med 0 tillägg och 6 borttagningar
  1. +0
    -6
      material_test.go

+ 0
- 6
material_test.go Visa fil

SetupConfig() SetupConfig()
l := getNewList() l := getNewList()
log.Printf("news is : %s", l) log.Printf("news is : %s", l)

l = getVideoList()
log.Printf("video is : %s", l)
l = getImageList()
log.Printf("Image is : %s", l)

} }
func TestGetMaterialVoiceList(t *testing.T) { func TestGetMaterialVoiceList(t *testing.T) {
SetupConfig() SetupConfig()

Laddar…
Avbryt
Spara