书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 707 个相关结果.
  • BadgerDB v3.x Documentation

    BadgerDB is an embeddable, persistent, and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant...
  • BadgerDB v1.6 Documentation

    BadgerDB is an embeddable, persistent, and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant...
  • [英文]Pact: A contract testing tool

    Pact is a contract testing tool. Contract testing is a way to ensure that services (such as an API provider and a client) can communicate with each other. Without contract testing,...
  • The Rust Edition Guide

    "Editions" are Rust's way of communicating large changes in the way that it feels to write Rust code.
  • Excelize v2.0 中文文档

    Excelize 是 Go 语言编写的一个用来操作 Office Excel 文档类库,基于 ECMA-376 Office OpenXML 标准。可以使用它来读取、写入 XLSX 文件。相比较其他的开源类库,Excelize 支持写入原本带有图片(表)的文档,还支持向 Excel 中插入图片,并且在保存后不会丢失图表样式,可以应用在各种报表系统中。
  • Prometheus v1.13 Documentation

    Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule ...
  • TinyGo Document

    TinyGo是一个Go编译器,旨在用于微控制器,WebAssembly(WASM)和命令行工具等小型场景。它重用了Go语言工具和LLVM一起使用的库,以提供编译用Go编程语言编写的程序的另一种方法。
  • GoFrame v2.0 开发文档

    GoFrame是一款模块化、高性能、企业级的Go基础开发框架。GoFrame不是一款WEB/RPC框架,而是一款通用性的基础开发框架,是Golang标准库的一个增强扩展级,包含通用核心的基础开发组件,优点是实战化、模块化、文档全面、模块丰富、易用性高、通用性强、面向团队。
  • ko v0.12 documentation

    ko,一个简单、快速的 Go 应用程序容器镜像构建器。
  • GORM 2.0 使用教程(中文文档)

    程序员友好的 GoLang ORM, 具有高易用性。支持 CURD, 链式查询, 内嵌struct, 各种回调 callback 支持;支持Rails类似的 Update,Updates, FirstOrInit, FirstOrCreate 等功能;并且有自动的 CreatedAt, UpdatedAt, 软删除等等功能。