goa

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2019 License: MIT Imports: 11 Imported by: 0

README

Build Status Go Report Card GoDoc codecov

Goa

The Golang library that will drive you to the AOP paradigm world!

Check Goa Documentation

What's AOP?

In computing, aspect-oriented programming (AOP) is a programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns. It does so by adding additional behavior to existing code (an advice) without modifying the code itself, instead separately specifying which code is modified via a "pointcut" specification

Getting Started

Install goa

go get -u github.com/wesovilabs/goa

Add goa to your project

Add goa to go.mod.

go.mod

module github.com/wesovilabs/goa-examples/greetings
...
require github.com/wesovilabs/goa v0.0.1
...

Documentation

Goa Documentation is published at http://wesovilabs.github.io/goa

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL