[ 原始碼: golang-github-geertjohan-go.rice ]
套件:golang-github-geertjohan-go.rice-dev(1.0.2-1)
golang-github-geertjohan-go.rice-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-geertjohan-go.rice:
- [golang-github-geertjohan-go.rice_1.0.2-1.dsc]
- [golang-github-geertjohan-go.rice_1.0.2.orig.tar.gz]
- [golang-github-geertjohan-go.rice_1.0.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Go package for embedding web resources into Go executables
go.rice is a Golang package that makes working with resources such as html, js, css, images and templates very easy. During development go.rice will load required files directly from disk. Upon deployment it is easy to add all resource files to a executable using the rice tool, without changing the source code for your package. Several methods are provided for adding resources to your binary by go.rice.
This package contains the development files.
其他與 golang-github-geertjohan-go.rice-dev 有關的套件
|
|
|
|
-
- dep: golang-github-akavel-rsrc-dev (>= 0.8.0)
- Go library for embedding binary resources in executables
-
- dep: golang-github-daaku-go.zipexe-dev (>= 1.0.0)
- zipexe attempts to open an executable binary file as a zip file
-
- dep: golang-github-davecgh-go-spew-dev (>= 1.1.1)
- Implements a deep pretty printer for Go data structures to aid in debugging
-
- dep: golang-github-geertjohan-go.incremental-dev (>= 1.0.0)
- Go package providing type- and concurrency-safe incremental counters
-
- dep: golang-github-nkovacs-streamquote-dev (>= 1.0.0)
- Go package providing a streaming version of strconv.Quote
-
- dep: golang-github-valyala-fasttemplate-dev (>= 1.0.1)
- Simple and fast template engine for Go
-
- dep: golang-go-flags-dev (>= 1.4.0)
- Go library for parsing command line arguments