-
-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<h1 align="center"><b>Design First!</b></h1> | ||
<p align="center"> | ||
<a href="https://github.com/goadesign/goa/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/goadesign/goa.svg?style=for-the-badge"></a> | ||
<a href="https://pkg.go.dev/goa.design/goa/[email protected].0/dsl?tab=doc"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a> | ||
<a href="https://pkg.go.dev/goa.design/goa/[email protected].1/dsl?tab=doc"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a> | ||
<a href="https://github.com/goadesign/goa/actions/workflows/ci.yml"><img alt="GitHub Action: Test" src="https://img.shields.io/github/actions/workflow/status/goadesign/goa/test.yml?branch=v3&style=for-the-badge"></a> | ||
<a href="https://goreportcard.com/report/github.com/goadesign/goa"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/goadesign/goa?style=for-the-badge"></a> | ||
<a href="/LICENSE"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"></a> | ||
|
@@ -136,7 +136,7 @@ invoking the client code. | |
go install goa.design/goa/v3/cmd/goa@v3 | ||
``` | ||
|
||
Current Release: `v3.18.0` | ||
Current Release: `v3.18.1` | ||
|
||
# Getting Started | ||
|
||
|
@@ -445,7 +445,7 @@ In particular the page | |
explains how to leverage the generated code to implement an HTTP or gRPC | ||
service. | ||
|
||
The [DSL Go Doc](https://pkg.go.dev/goa.design/goa/[email protected].0/dsl?tab=doc) | ||
The [DSL Go Doc](https://pkg.go.dev/goa.design/goa/[email protected].1/dsl?tab=doc) | ||
contains a fully documented reference of all the DSL functions. | ||
|
||
## Instrumentation and System Example | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters