Skip to content

Commit

Permalink
Merge pull request #384 from stuartcarnie/dev
Browse files Browse the repository at this point in the history
move examples -> _examples
  • Loading branch information
rogeralsing committed Jul 29, 2020
2 parents 23c75a2 + f0e1ff4 commit 8fd21c5
Show file tree
Hide file tree
Showing 137 changed files with 797 additions and 1,801 deletions.
10 changes: 10 additions & 0 deletions _examples/backpressure/go.mod
@@ -0,0 +1,10 @@
module backpressure

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
162 changes: 162 additions & 0 deletions _examples/backpressure/go.sum

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/chat/go.mod
@@ -0,0 +1,10 @@
module chat

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/cluster-broadcast/go.mod
@@ -0,0 +1,10 @@
module cluster-broadcast

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/cluster-metrics/go.mod
@@ -0,0 +1,10 @@
module cluster-metrics

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/cluster/go.mod
@@ -0,0 +1,10 @@
module cluster

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/distributedchannels/go.mod
@@ -0,0 +1,10 @@
module distributedchannels

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/helloworld/go.mod
@@ -0,0 +1,10 @@
module helloworld

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
162 changes: 162 additions & 0 deletions _examples/helloworld/go.sum

Large diffs are not rendered by default.

File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/inprocessbenchmark/go.mod
@@ -0,0 +1,10 @@
module inprocessbenchmark

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/jaegertracing/go.mod
@@ -0,0 +1,10 @@
module jaegertracing

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/lifecycleevents/go.mod
@@ -0,0 +1,10 @@
module lifecycleevents

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/limitconcurrency/go.mod
@@ -0,0 +1,10 @@
module limitconcurrency

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/mailboxstats/go.mod
@@ -0,0 +1,10 @@
module mailboxstats

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/mixins/go.mod
@@ -0,0 +1,10 @@
module mixins

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
162 changes: 162 additions & 0 deletions _examples/mixins/go.sum

Large diffs are not rendered by default.

File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/persistence/go.mod
@@ -0,0 +1,10 @@
module persistence

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/receivepipeline/go.mod
@@ -0,0 +1,10 @@
module receivepipeline

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/receivetimeout/go.mod
@@ -0,0 +1,10 @@
module receivetimeout

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/remoteactivate/go.mod
@@ -0,0 +1,10 @@
module remoteactivate

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/remoteadvertisedaddress/go.mod
@@ -0,0 +1,10 @@
module remoteadvertisedaddress

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
10 changes: 10 additions & 0 deletions _examples/remotebenchmark/go.mod
@@ -0,0 +1,10 @@
module remotebenchmark

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/remoteheader/go.mod
@@ -0,0 +1,10 @@
module remoteheader

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/remotelatency/go.mod
@@ -0,0 +1,10 @@
module remotelatency

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/remoterouting/go.mod
@@ -0,0 +1,10 @@
module remoterouting

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/remotessl/go.mod
@@ -0,0 +1,10 @@
module remotessl

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/remotewatch/go.mod
@@ -0,0 +1,10 @@
module remotewatch

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/requestresponse/go.mod
@@ -0,0 +1,10 @@
module requestresponse

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/routing/go.mod
@@ -0,0 +1,10 @@
module routing

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/setbehavior/go.mod
@@ -0,0 +1,10 @@
module setbehavior

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/spawnbenchmark/go.mod
@@ -0,0 +1,10 @@
module spawnbenchmark

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
10 changes: 10 additions & 0 deletions _examples/supervision/go.mod
@@ -0,0 +1,10 @@
module supervision

go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000 // indirect
)
File renamed without changes.
53 changes: 0 additions & 53 deletions examples/remotessl/nodes/node1/main.go

This file was deleted.

0 comments on commit 8fd21c5

Please sign in to comment.