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 15 hours ago
github.com/destill162/ssadmingo v1.0.0
1 version - Latest release: over 3 years agogithub.com/kazu/fbshelper v0.4.4 💰
flatbuffers parser/helper utils for golang23 versions - Latest release: over 3 years ago - 1 dependent package - 1 dependent repositories - 3 stars on GitHub
gitee.com/oscstudio/go-license-detector/v4 v4.3.2
10 versions - Latest release: over 3 years agogithub.com/anantjakhmola/cgnet v0.0.0-20210927102650-9143304c9196
1 version - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/w6d-io/kratos v0.8.0-alpha-1-w6d.1 💰
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FID...57 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/ltearno/my-own-cluster v0.0.0-20210910075908-59117b67be89
Experiment building a full blown yet scalable, durable, simple and flexible stateful and serverle...1 version - Latest release: over 3 years ago - 4 stars on GitHub
jaytaylor.com/cron2sysdtimer v0.0.0-20210824183107-2bbd57e8ff14
Convert Crontab Jobs into SystemD Timers1 version - Latest release: almost 4 years ago - 1 stars on GitHub
github.mirror.nvdadr.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.com/skydive-project/skydive v0.28.0 💰
An open source real-time network topology and protocols analyzer30 versions - Latest release: almost 4 years ago - 2 dependent packages - 2 dependent repositories - 2,394 stars on GitHub
github.com/datadope-io/skydive v0.28.0 💰
An open source real-time network topology and protocols analyzer30 versions - Latest release: almost 4 years ago - 1 stars on GitHub
github.west.area.dronemortage.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agog.1okk.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agoapi.mtr.pub/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.com/stardom3645/netdive v0.28.0
30 versions - Latest release: almost 4 years ago - 0 stars on GitHuba1.zhujicn2.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.hk.lzdr.cc/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agoa1.trump2023.org/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agousa001.o2oyc.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.ipip.icu/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.mirrors.linesrc.tk/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agowww.commemorateforus.life/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.skymusic.top/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogit.word.wordxiao.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agospringautum.work/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogit.hackdevbros.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.hscsec.cn/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.1git.de/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.phpd.cn/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.xiaoq7.com/skydive-project/skydive v0.28.0
30 versions - Latest release: almost 4 years agogithub.com/openshift/hypershift-toolkit v0.0.0-20210812004547-d9faf6aeb72e
Repository for work on hyperscale OpenShift deployment toolkit. Toolkit to run OpenShift control ...1 version - Latest release: almost 4 years ago - 19 stars on GitHub
github.com/thoohv5/converter v0.0.0-20210726070010-30cceb522cda
1 version - Latest release: almost 4 years ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHubgithub.com/gomarks/go-admin v1.2.24 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes84 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/ianroberts/meme v1.0.2
A command line utility for creating memes3 versions - Latest release: almost 4 years ago - 1 dependent repositories - 0 stars on GitHub
github.com/ludenus/wallpaper v0.0.0-20210707174627-06e2f805b39a
set unsplash images as desktop background1 version - Latest release: almost 4 years ago - 5 stars on GitHub
github.com/EdmondFrank/go-license-detector/v4 v4.3.0
Reliable project licenses detector.5 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/pavelmemory/go-license-detector/v4 v4.3.0
Reliable project licenses detector.5 versions - Latest release: almost 4 years ago - 4 dependent repositories - 0 stars on GitHub
github.com/edmondfrank/go-license-detector/v4 v4.3.0 removed
5 versions - Latest release: almost 4 years agogithub.com/inalgnu/kfc v0.0.0-20210622194452-098bd3aab230
Copyright © 2021 Inal DJAFAR <[email protected]> Licensed under the Apache License, Version 2.0...1 version - Latest release: almost 4 years ago
github.com/eavesmy/goadmin v1.3.2
6 versions - Latest release: almost 4 years ago - 1 dependent packagegithub.com/p76081158/free5gc-nssmf v0.0.0-20210616172500-b20fa150920c
Network Slice Subnet Management Function of Core Network (free5gc)2 versions - Latest release: almost 4 years ago - 2 dependent packages - 1 dependent repositories - 2 stars on GitHub
github.com/paipaoso/pytorch-operator v1.0.8
20 versions - Latest release: almost 4 years ago - 0 stars on GitHubgithub.com/serokell/subspace v1.5.0
A fork of the simple WireGuard VPN server GUI community maintained12 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.1git.de/subspacecommunity/subspace v1.5.0
12 versions - Latest release: almost 4 years agogithub.hscsec.cn/subspacecommunity/subspace v1.5.0
12 versions - Latest release: almost 4 years agogithub.xiaoq7.com/subspacecommunity/subspace v1.5.0
12 versions - Latest release: almost 4 years agogithub.com/subspacecommunity/subspace v1.5.0
A fork of the simple WireGuard VPN server GUI community maintained12 versions - Latest release: almost 4 years ago - 1,725 stars on GitHub
github.skymusic.top/subspacecommunity/subspace v1.5.0
12 versions - Latest release: almost 4 years agogithub.imxd.top/subspacecommunity/subspace v1.5.0
12 versions - Latest release: almost 4 years agogithub.phpd.cn/subspacecommunity/subspace v1.5.0
12 versions - Latest release: almost 4 years agogithub.com/NNKulickov/technopark-dbms-forum v0.3.0
Тестовое задание по курсу СУБД для Технопарка6 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/mailcourses/technopark-dbms-forum v0.3.0
Тестовое задание по курсу СУБД для Технопарка6 versions - Latest release: almost 4 years ago - 1 dependent package - 14 dependent repositories - 9 stars on GitHub
github.com/nnkulickov/technopark-dbms-forum v0.3.0
Тестовое задание по курсу СУБД для Технопарка6 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/qingluan/allscannerinthis v1.0.0
scanner1 version - Latest release: about 4 years ago - 2 stars on GitHub
github.com/Qingluan/AllScannerInThis v1.0.0 removed
1 version - Latest release: about 4 years agogithub.com/ong2020/go-orange v0.0.0-20210515172927-fb1a044ccee0
Package orange defines interfaces for interacting with Orange.1 version - Latest release: about 4 years ago - 0 stars on GitHub
github.com/uncorde/uncorde v0.1.2
2 versions - Latest release: about 4 years ago - 1 dependent packagegithub.com/m4x1r/go-admin v1.2.25 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes85 versions - Latest release: about 4 years ago - 0 stars on GitHub
github.com/gongrongyun/qkgo-cli v0.0.0-20210413141522-cfcf22c50781
a cli for create go project based on gin and gorm1 version - Latest release: about 4 years ago - 1 stars on GitHub
github.com/sandix90/cbuff v1.0.2
3 versions - Latest release: about 4 years ago - 0 stars on GitHubgithub.com/google/git-appraise-web v0.0.0-20210402003321-5cf242be17d4
Web UI for git-appraise1 version - Latest release: about 4 years ago - 1 dependent package - 186 stars on GitHub
gitee.com/cristiane/micro-mall-pay v1.0.0
1 version - Latest release: about 4 years agogithub.com/songzhilai/fyautocode v1.0.7
8 versions - Latest release: about 4 years ago - 0 stars on GitHubgithub.com/tangfeixiong/nta v0.0.0-20210308022318-cb12b5828d4c
Network Traffic Analysis1 version - Latest release: about 4 years ago - 0 stars on GitHub
github.com/qtoad/xgo-admin v0.1.6
4 versions - Latest release: about 4 years agogithub.com/qtoad/mygo-admin v0.1.6
4 versions - Latest release: about 4 years agogithub.com/qtoad/myxgo-admin v0.1.6
4 versions - Latest release: about 4 years agogithub.com/ickelin/cframe v1.2.1
mesh vpn,支持IDC,VPC混合组网,商业化产品请关注:https://www.beyondnetwork.net7 versions - Latest release: about 4 years ago - 80 stars on GitHub
github.com/ICKelin/cframe v1.2.1
mesh vpn,支持IDC,VPC混合组网,商业化产品请关注:https://www.beyondnetwork.net7 versions - Latest release: about 4 years ago - 80 stars on GitHub
github.com/ShimmerGlass/bar3x v0.3.6
A powerful status bar for Linux desktops17 versions - Latest release: about 4 years ago - 48 stars on GitHub
github.com/shimmerglass/bar3x v0.3.6
Example draw-text shows how to draw text to an xgraphics.Image type.17 versions - Latest release: about 4 years ago - 48 stars on GitHub
github.com/shimmerGlass/bar3x v0.3.6
A powerful status bar for Linux desktops17 versions - Latest release: about 4 years ago - 48 stars on GitHub
github.com/Shimmerglass/bar3x v0.3.6
A powerful status bar for Linux desktops17 versions - Latest release: about 4 years ago - 48 stars on GitHub
github.com/sigmonsays/graphspace v1.0.4
simple web UI for graphviz5 versions - Latest release: over 4 years ago - 1 stars on GitHub
github.com/cjx2328/gocms/internal v0.0.0-20210120013605-2a2bf8c7c2e4
1 version - Latest release: over 4 years ago - 1 dependent package - 0 stars on GitHubgithub.com/betterwithbenji/go-admin v1.2.21
81 versions - Latest release: over 4 years agogithub.com/betterwithbenji/go-admin/v2 v2.0.0
1 version - Latest release: over 4 years agogithub.com/afk11/airtrack v0.0.4
Aircraft tracking software with database support, email notifications, browser based map, etc4 versions - Latest release: over 4 years ago - 18 stars on GitHub
github.com/atlasdatatech/tegola v0.13.4
Package tegola describes the basic geometeries that can be used to convert to and from.37 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/lh7794/skydive-test v0.27.0
29 versions - Latest release: over 4 years ago - 0 stars on GitHubgithub.com/followtrue/says v1.0.1
1 version - Latest release: over 4 years agogithub.com/followtrue/ays v1.0.1
1 version - Latest release: over 4 years agogithub.com/dfang/qor-demo v0.0.0-20201019061420-8be382ece3f1
A multi tenancy app+admin2 versions - Latest release: over 4 years ago - 1 stars on GitHub
github.com/mailcourses/technopark-dbms-init/golang v0.0.0-20201016205056-d476a9bd4e90
+build tools1 version - Latest release: over 4 years ago - 2 stars on GitHub
github.com/aaronchen2k/testfarm-common v0.0.1
1 version - Latest release: over 4 years agogithub.com/lemofoundationltd/lemochain-go v1.4.3
10 versions - Latest release: over 4 years agogithub.com/lemofoundationltd/lemochain-core v1.4.3
Lemo Chain10 versions - Latest release: over 4 years ago - 12 stars on GitHub
github.com/LemoFoundationLtd/lemochain-go v1.4.3
10 versions - Latest release: over 4 years agogithub.com/LemoFoundationLtd/lemochain-core v1.4.3
Lemo Chain10 versions - Latest release: over 4 years ago - 2 dependent packages - 1 dependent repositories - 12 stars on GitHub
github.com/play-with-go/preguide v0.0.1
preguide is a guide/manual specification and validation tool, principally used as part of https:/...1 version - Latest release: over 4 years ago - 2 dependent packages - 2 dependent repositories - 7 stars on GitHub
github.com/sunshinev/go-sword v1.0.0
【Go-sword】可视化CRUD管理后台生成工具7 versions - Latest release: over 4 years ago - 422 stars on GitHub
github.com/brettcao/go-sword v1.0.0
【Go-sword】可视化CRUD管理后台生成工具1 version - Latest release: over 4 years ago - 0 stars on GitHub
github.com/BrettCao/go-sword v1.0.0
【Go-sword】可视化CRUD管理后台生成工具1 version - Latest release: over 4 years ago - 0 stars on GitHub
github.com/tfadeyi/midi-instruments v0.0.1-alpha.1
Small golang library containing interface and implementations of different midi instruments.2 versions - Latest release: over 4 years ago - 1 dependent repositories - 0 stars on GitHub
gitee.com/exlimit/tegola v0.12.1
Package tegola describes the basic geometeries that can be used to convert to and from.32 versions - Latest release: over 4 years ago
github.com/wikimedia/operations-software-tegola v0.12.1
Package tegola describes the basic geometeries that can be used to convert to and from.32 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/go-spatial/tegola-postgis v0.0.0-20200826225843-05a1c048ef13
A version of of tegola that that leverages PostGIS ST_AsMVT1 version - Latest release: almost 5 years ago - 6 stars on GitHub
github.com/Riku32/goja-babel v0.0.0-20200825161459-017d256d57ed
1 version - Latest release: almost 5 years agogithub.com/go-po/po v0.9.0
10 versions - Latest release: almost 5 years ago - 1 stars on GitHubgithub.com/dsx/beauties v0.0.0-20200813025113-e27e7f5ce69a
Essential personal Internet services1 version - Latest release: almost 5 years ago - 29 stars on GitHub
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
Check this option to include packages that no longer depend on this package in their latest version but previously did.