An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.1% on proxy.golang.org
Top 0.2% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 1.9% forks on proxy.golang.org
Top 0.8% docker downloads on proxy.golang.org

proxy.golang.org : github.com/jteeuwen/go-bindata

bindata converts any file into managable Go source code. Useful for embedding binary data into a go program. The file data is optionally gzip compressed before being converted to a raw byte slice. The following paragraphs cover some of the customization options which can be specified in the Config struct, which must be passed into the Translate() call. When used with the `Debug` option, the generated code does not actually include the asset data. Instead, it generates function stubs which load the data from the original file on disk. The asset API remains identical between debug and release builds, so your code will not have to change. This is useful during development when you expect the assets to change often. The host application using these assets uses the same API in both cases and will not have to care where the actual data comes from. An example is a Go webserver with some embedded, static web content like HTML, JS and CSS files. While developing it, you do not want to rebuild the whole server and restart it every time you make a change to a bit of javascript. You just want to build and launch the server once. Then just press refresh in the browser to see those changes. Embedding the assets with the `debug` flag allows you to do just that. When you are finished developing and ready for deployment, just re-invoke `go-bindata` without the `-debug` flag. It will now embed the latest version of the assets. The `NoMemCopy` option will alter the way the output file is generated. It will employ a hack that allows us to read the file data directly from the compiled program's `.rodata` section. This ensures that when we call call our generated function, we omit unnecessary memcopies. The downside of this, is that it requires dependencies on the `reflect` and `unsafe` packages. These may be restricted on platforms like AppEngine and thus prevent you from using this mode. Another disadvantage is that the byte slice we create, is strictly read-only. For most use-cases this is not a problem, but if you ever try to alter the returned byte slice, a runtime panic is thrown. Use this mode only on target platforms where memory constraints are an issue. The default behaviour is to use the old code generation method. This prevents the two previously mentioned issues, but will employ at least one extra memcopy and thus increase memory requirements. For instance, consider the following two examples: This would be the default mode, using an extra memcopy but gives a safe implementation without dependencies on `reflect` and `unsafe`: Here is the same functionality, but uses the `.rodata` hack. The byte slice returned from this example can not be written to without generating a runtime error. The NoCompress option indicates that the supplied assets are *not* GZIP compressed before being turned into Go code. The data should still be accessed through a function call, so nothing changes in the API. This feature is useful if you do not care for compression, or the supplied resource is already compressed. Doing it again would not add any value and may even increase the size of the data. The default behaviour of the program is to use compression. The keys used in the `_bindata` map are the same as the input file name passed to `go-bindata`. This includes the path. In most cases, this is not desireable, as it puts potentially sensitive information in your code base. For this purpose, the tool supplies another command line flag `-prefix`. This accepts a portion of a path name, which should be stripped off from the map keys and function names. For example, running without the `-prefix` flag, we get: Running with the `-prefix` flag, we get: With the optional Tags field, you can specify any go build tags that must be fulfilled for the output file to be included in a build. This is useful when including binary data in multiple formats, where the desired format is specified at build time with the appropriate tags. The tags are appended to a `// +build` line in the beginning of the output file and must follow the build tags syntax specified by the go tool.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/jteeuwen/go-bindata
License: CC0-1.0
Latest release: over 10 years ago
First release: almost 12 years ago
Namespace: github.com/jteeuwen
Dependent packages: 593
Dependent repositories: 1,320
Stars: 661 on GitHub
Forks: 217 on GitHub
Docker dependents: 6
Docker downloads: 27,880
See more repository details: repos.ecosyste.ms
Last synced: about 19 hours ago

Top 9.0% on proxy.golang.org
github.com/ShiningRush/dolphin v1.1.2
A lightweight data warehouse solution to solve problems about complex query in microservices, suc...
4 versions - Latest release: almost 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ONSdigital/dp-census-dataset-search-api v0.0.0-20200729170929-f24859d2cf71
1 version - Latest release: almost 5 years ago
Top 8.2% on proxy.golang.org
github.com/danysz/apig v0.0.0-20200722133024-4c8c39f3c67a
Golang RESTful API Server Generator
1 version - Latest release: almost 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/dhogborg/rtl-gopow v0.0.5
Render tables from rtl_power to a nice heat map
5 versions - Latest release: almost 5 years ago - 80 stars on GitHub
Top 4.6% on proxy.golang.org
github.com/kaishuu0123/erd-go v1.4.6
Translates a plain text description of a relational database schema to a graphical entity-relatio...
8 versions - Latest release: almost 5 years ago - 1 dependent repositories - 116 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/evalsocket/kratos v0.4.6-alpha.1
39 versions - Latest release: almost 5 years ago
Top 8.6% on proxy.golang.org
github.com/senthilkveeranan/kops v1.17.1
Package kops is the parent package for the kops kubernetes-ops tool..
31 versions - Latest release: almost 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/isjyi/grpc-demo v0.0.0-20200704104859-f5f9226e36ea
Copyright © 2020 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "...
1 version - Latest release: almost 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Gui774ume/network-security-probe v0.0.0-20200616201827-24e3e8339741
A process level network security monitoring and enforcement project for Kubernetes, using eBPF
1 version - Latest release: almost 5 years ago - 35 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/speker/go-tarcoin v0.0.0-20200607173149-f17079f60346
Package tarcoin defines interfaces for interacting with TarCoin.
1 version - Latest release: almost 5 years ago - 1 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/madhavi2491/kops v1.17.0
Package kops is the parent package for the kops kubernetes-ops tool..
27 versions - Latest release: about 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/nishanths/license/v3 v3.0.0
Command line license text generator.
1 version - Latest release: about 5 years ago - 630 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ajzaff/git-appraise-web v0.0.0-20200509023533-487f02de8499
1 version - Latest release: about 5 years ago
Top 8.2% on proxy.golang.org
github.com/waseem-h/hive v1.0.4
API driven OpenShift cluster provisioning and management
5 versions - Latest release: about 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/hezhizheng/go-movies v1.0.0
golang spider Crawler 爬虫 电影
1 version - Latest release: about 5 years ago - 204 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/9comindia/xyzwrite v0.12.0
18 versions - Latest release: about 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/lwan-wanglin/hive v1.0.2
API driven OpenShift cluster provisioning and management
3 versions - Latest release: about 5 years ago - 0 stars on GitHub
github.com/lflxp/lflxp-api v0.0.0-20200323094405-0d69797bee92
Using boltdb to quickly build the local key / value restful API for local monitoring, etc
1 version - Latest release: about 5 years ago - 1 dependent package - 1 dependent repositories - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/qorpress/qorpress v0.0.2
2 versions - Latest release: about 5 years ago - 2 dependent packages
Top 8.2% on proxy.golang.org
github.com/neevaco/vanadium-core v0.1.8
1 version - Latest release: about 5 years ago
Top 8.2% on proxy.golang.org
github.com/bertinatto/aws-ebs-csi-driver-operator v0.0.0-20200303154531-268ad55d9924
1 version - Latest release: about 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/CliffLin/go v0.0.0-20200228185109-3c7fcfe93db6
Another Google-like Go short link service
1 version - Latest release: over 5 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/manthankale/kops v1.16.0
Package kops is the parent package for the kops kubernetes-ops tool..
19 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.8% on proxy.golang.org
github.com/gwelch-contegix/glauth v1.1.2
A lightweight LDAP server for development, home use, or CI
5 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pedrokiefer/glauth v1.1.2
A lightweight LDAP server for development, home use, or CI
5 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/etecs-ru/glauth v1.1.2
5 versions - Latest release: over 5 years ago
github.com/shipperizer/glauth v1.1.2
A lightweight LDAP server for development, home use, or CI
5 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 2.3% on proxy.golang.org
github.com/glauth/glauth v1.1.2
A lightweight LDAP server for development, home use, or CI
5 versions - Latest release: over 5 years ago - 6 dependent packages - 13 dependent repositories - 1,897 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pingcap/kops v0.0.0-20200219113042-6060be674a98
Package kops is the parent package for the kops kubernetes-ops tool..
1 version - Latest release: over 5 years ago
Top 8.2% on proxy.golang.org
github.com/songvi/kratos v0.1.1-alpha.1
30 versions - Latest release: over 5 years ago
Top 8.2% on proxy.golang.org
github.com/LinuxGit/kops v1.15.1
Package kops is the parent package for the kops kubernetes-ops tool..
2 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/linuxgit/kops v1.15.1
A fork to kubernetes/kops
2 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/bertinatto/aws-efs-csi-driver-operator v0.0.0-20200212133318-55a10e7ea31e
1 version - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/glvd/go-admin v1.1.7001
74 versions - Latest release: over 5 years ago
Top 3.4% on proxy.golang.org
github.com/it234/goapp/internal v0.0.0-20200114143132-2b53feff9907
Gin + GORM + Casbin + vue-element-admin 实现的权限管理系统(golang)
1 version - Latest release: over 5 years ago - 1 dependent package - 3 dependent repositories - 508 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/timbertom-gmbh/erd-go v1.4.5
Translates a plain text description of a relational database schema to a graphical entity-relatio...
7 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/dcwangmit01/goapi-example v0.0.0-20200108184740-8f85092661ac
1 version - Latest release: over 5 years ago - 1 stars on GitHub
Top 7.7% on proxy.golang.org
github.com/dcwangmit01/goapi v0.2.1
golang api base project setup with grpc, grpc-gw, jwt, rbac, cfssl, glide, ginkgo, swagger
3 versions - Latest release: over 5 years ago - 1 dependent package - 1 dependent repositories - 14 stars on GitHub
Top 9.2% on proxy.golang.org
github.hscsec.cn/jimmysawczuk/power-monitor v1.1.2
2 versions - Latest release: over 5 years ago
Top 9.1% on proxy.golang.org
github.xiaoq7.com/jimmysawczuk/power-monitor v1.1.2
2 versions - Latest release: over 5 years ago
Top 9.1% on proxy.golang.org
github.skymusic.top/jimmysawczuk/power-monitor v1.1.2
2 versions - Latest release: over 5 years ago
Top 9.1% on proxy.golang.org
git.luolix.top/jimmysawczuk/power-monitor v1.1.2
2 versions - Latest release: over 5 years ago
Top 8.1% on proxy.golang.org
github.com/jimmysawczuk/power-monitor v1.1.2
Monitors the status and records the events of of at least my CyberPower UPS unit.
2 versions - Latest release: over 5 years ago - 1 stars on GitHub
github.com/liuning3399/app_go/internal v0.0.0-20191225064800-3a40b0147ebe
1 version - Latest release: over 5 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/n8wb/go-license-detector v1.0.2
1 version - Latest release: over 5 years ago
Top 8.2% on proxy.golang.org
gopkg.in/n8wb/go-license-detector.v3 v3.0.5
Reliable project licenses detector.
6 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/vareti/library-go v0.0.0
Helpers for going from apis and clients to useful runtime constructs
1 version - Latest release: over 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mxc-foundation/lpwan-app-server v0.4.1
6 versions - Latest release: over 5 years ago - 7 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/evilsocket/joe v1.0.0
The Swiss Army knife for backend engineers.
1 version - Latest release: over 5 years ago - 89 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/lishimeng/gouchen v0.0.4
iot link
4 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 5.0% on proxy.golang.org
github.com/OdyseeTeam/chainquery v1.9.0
Chainquery parses and syncs the LBRY blockchain data into structured SQL
57 versions - Latest release: over 5 years ago - 2,355 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/lbryio/chainquery v1.9.0
57 versions - Latest release: over 5 years ago - 12 dependent packages - 9 dependent repositories
Top 5.0% on proxy.golang.org
github.com/odyseeteam/chainquery v1.9.0
Chainquery parses and syncs the LBRY blockchain data into structured SQL
57 versions - Latest release: over 5 years ago - 2,355 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/irmf/chainquery v1.9.0
Chainquery parses and syncs the LBRY blockchain data into structured SQL
57 versions - Latest release: over 5 years ago - 0 stars on GitHub
Top 7.2% on proxy.golang.org
github.com/hecate-tech/raylib-go v1.0.1
2 versions - Latest release: over 5 years ago - 1 dependent repositories
Top 7.0% on proxy.golang.org
github.com/mxc-foundation/lpwan-server v1.0.0
2 versions - Latest release: over 5 years ago - 1 dependent package - 3 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/rootclub/peronibot v0.1.5
6 versions - Latest release: over 5 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/frankee/truss v0.0.0-20190911030027-21e04d4a9faa
Truss helps you build go-kit microservices without having to worry about writing or maintaining b...
1 version - Latest release: over 5 years ago - 1 stars on GitHub
Top 2.5% on proxy.golang.org
istio.io/operator v1.3.0
Istio operator provides user friendly options to operate the Istio service mesh
1 version - Latest release: almost 6 years ago - 2 dependent packages - 18 dependent repositories - 173 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/tanjunchen/kubernetes v1.15.3
549 versions - Latest release: almost 6 years ago
Top 8.2% on proxy.golang.org
github.com/abursavich/kubernetes v1.15.3
546 versions - Latest release: almost 6 years ago
Top 8.2% on proxy.golang.org
github.com/petergood/kubernetes v1.15.3
Production-Grade Container Scheduling and Management
549 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/oats87/kubernetesdos v1.15.2 removed
546 versions - Latest release: almost 6 years ago
Top 4.1% on proxy.golang.org
github.com/oats87/kubernetes v1.15.2 removed
546 versions - Latest release: almost 6 years ago
Top 8.2% on proxy.golang.org
github.com/Oats87/kubernetes v1.15.2
Production-Grade Container Scheduling and Management
546 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/schollz/hostyoself v1.0.0 💰
Host yo' self from your browser, your phone, your toaster.
7 versions - Latest release: almost 6 years ago - 1,750 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/sanchezl/kubernetes v1.15.1
Production-Grade Container Scheduling and Management
530 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/diamanticom/kubernetes v1.15.1
Production-Grade Container Scheduling and Management
530 versions - Latest release: almost 6 years ago - 0 stars on GitHub
github.com/feloy/kubernetes v1.15.1
Production-Grade Container Scheduling and Management
529 versions - Latest release: almost 6 years ago - 2 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/justinbarrick/hone v0.5.4
A build tool designed to make quality CI configurations and incremental builds effortless.
12 versions - Latest release: almost 6 years ago - 9 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/alice02/kubernetes v1.15.0
Production-Grade Container Scheduling and Management
520 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/arugal/log-tail v0.0.2
log tail in web
2 versions - Latest release: almost 6 years ago - 4 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/Arugal/log-tail v0.0.2
log tail in web
2 versions - Latest release: almost 6 years ago - 4 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/huffmanca/kubernetes v1.15.0
Production-Grade Container Scheduling and Management
526 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ringtail/kubernetes v1.15.0
Production-Grade Container Scheduling and Management
526 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 6.4% on proxy.golang.org
github.com/veonik/squircy2 v0.0.0-20190603051740-967dab98a3ff
Golang IRC bot, scriptable with javascript
1 version - Latest release: almost 6 years ago - 18 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jgensler8/terraform-provider-minikube v0.5.0
Run Minikube From Terraform
5 versions - Latest release: about 6 years ago - 12 stars on GitHub
Top 7.3% on proxy.golang.org
github.com/evq/chromaticity v0.0.0-20190122072051-33c28826c5f4
A Hue compatible API for all your lights
1 version - Latest release: over 6 years ago - 7 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.