github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/v2/library/go-examples.md (about)

     1  ---
     2  title: Examples
     3  keywords: go-micro, framework, examples
     4  tags: [go-micro, framework, examples]
     5  sidebar: home_sidebar
     6  permalink: /go-examples
     7  summary: Examples of using Go Micro
     8  ---
     9  
    10  ## Overview
    11  
    12  We have an extensive examples repository on github. Checkout [github.com/micro/examples](https://github.com/micro/examples). 
    13  Feel free to contribute or make changes and updates.
    14  
    15  ## Hello World
    16  
    17  An example service with [helloworld](https://github.com/micro/examples/tree/master/helloworld) is the best place to get 
    18  started.
    19  
    20  The example service for the above guide can be found in [**examples/service**](https://github.com/micro/examples/tree/master/service).
    21  
    22  ## End to End
    23  
    24  If you want a complet end to end example have a look at the [greeter](https://github.com/micro/examples/tree/master/greeter) service. 
    25  This includes the backend service, api and web apps. It will also show you how to run the micro api and web services.
    26  
    27