package
0.0.0-20220306092745-e54033a49d1d
Repository: https://github.com/hitzhangjie/codeblocks.git
Documentation: pkg.go.dev

# README

Introduction

bindata is used for converting file or directory into a go file, whose package name can be specified.

The original file data is stored in a exported variable, so it can be referenced in your code.

Installation

go get -u git.code.oa.com/gitcode/bindata

Help

$ bindata -h

Usage of bindata:
  -gopkg string
    	write transformed data to *.go, whose package is $package (default "gobin")
  -input string
    	read data from input, which could be a regular file or directory
  -output string
    	write transformed data to named *.go, which could be linked with binary