Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hello

This directory contains the "Hello, World!" application from the "Step by Step Tutorial" section of the Service Weaver documentation. To run the application, run go run .. Then, curl the /hello endpoint (e.g., curl localhost:12345/hello?name=Alice).

%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
graph TD
    %% Nodes.
    github.com/ServiceWeaver/weaver/Main(weaver.Main)
    github.com/ServiceWeaver/weaver/examples/hello/Reverser(hello.Reverser)

    %% Edges.
    github.com/ServiceWeaver/weaver/Main --> github.com/ServiceWeaver/weaver/examples/hello/Reverser
Loading