Documentation ¶
Overview ¶
Copyright 2013 bee authors
Licensed under the Apache License, Version 2.0 (the "License"): you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
View Source
const ( // Header ... Header = `` /* 127-byte string literal not displayed */ Footer = `` /* 148-byte string literal not displayed */ )
View Source
const ( // BaleHeader ... BaleHeader = `` /* 848-byte string literal not displayed */ )
Variables ¶
View Source
var CmdBale = &commands.Command{ UsageLine: "bale", Short: "Transforms non-Go files to Go source files", Long: `Bale command compress all the static files in to a single binary file. This is useful to not have to carry static files including js, css, images and views when deploying a Web application. It will auto-generate an unpack function to the main package then run it during the runtime. This is mainly used for zealots who are requiring 100% Go code. `, PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() }, Run: runBale, }
Functions ¶
This section is empty.
Types ¶
type ByteWriter ¶
ByteWriter ...
Click to show internal directories.
Click to hide internal directories.