13 lines
228 B
Go
13 lines
228 B
Go
// +build tools
|
|
|
|
/*
|
|
Copyright (c) JSC iCore.
|
|
|
|
This source code is licensed under the MIT license found in the
|
|
LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
package main
|
|
|
|
import _ "github.com/kevinburke/go-bindata"
|