goserv/assets/assets_dev.go

9 satır
168 B
Go
Ham Kalıcı Bağlantı Normal Görünüm Geçmiş

2020-09-28 07:26:16 +00:00
// +build dev
package assets
import "net/http"
// Assets is the public file system which should be served by http
var Assets http.FileSystem = http.Dir("../public")