Skip to content

Commit f213312

Browse files
committed
Move reactions to readme
1 parent 9831cea commit f213312

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# `Fx.go` is an Algebraic Effects system for Golang.
2-
[![fx.go](https://github-readme-stats.vercel.app/api/pin/?username=vic&repo=fx.go&show_owner=true&theme=shades-of-purple)](https://github.com/vic/fx.go)//
32

4-
# Read the Book: https://vic.github.io/fx.go
3+
[![fx.go](https://github-readme-stats.vercel.app/api/pin/?username=vic&repo=fx.go&show_owner=true&theme=shades-of-purple)](https://github.com/vic/fx.go)
54

6-
# Golang API: https://pkg.go.dev/github.com/vic/fx.go
5+
[![@fbrasisil](https://github.com/user-attachments/assets/80ba3f67-fcb6-40ff-aae6-dea441e35f3c)](https://x.com/fbrasisil/status/1922659949416493342)
6+
7+
[![@adamhearn](https://github.com/user-attachments/assets/71044f9c-4e58-4c69-b7b8-2a4d318cfeda)](https://x.com/adamhearn_/status/1922690627273208106)
78

89

10+
# Read the Book: https://vic.github.io/fx.go
11+
12+
# Golang API: https://pkg.go.dev/github.com/vic/fx.go

book/src/introduction.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ An Algebraic Effects System for Golang.
44

55
[![fx.go](https://github-readme-stats.vercel.app/api/pin/?username=vic&repo=fx.go&show_owner=true&theme=shades-of-purple)](https://github.com/vic/fx.go)
66

7-
[![@fbrasisil](https://github.com/user-attachments/assets/80ba3f67-fcb6-40ff-aae6-dea441e35f3c)](https://x.com/fbrasisil/status/1922659949416493342)
8-
9-
[![@adamhearn](https://github.com/user-attachments/assets/71044f9c-4e58-4c69-b7b8-2a4d318cfeda)](https://x.com/adamhearn_/status/1922690627273208106)
10-
117
<div class="warning">
12-
Fx.go is currently experimental.
8+
Fx.go is currently experimental.
139

1410
API surface is *very much* in flux and evolving.
1511

@@ -33,4 +29,4 @@ If you want to read more about different language implementations and theory beh
3329
- [Kyo (Scala3)](https://github.com/getkyo/kyo/) - special thanks to [@fbrasisil](https://x.com/fbrasisil), Kyo's author who kindly provided a minimal kyo-core that helped [me](https://x.com/oeiuwq) understand algebraic effect systems and inspired this library.
3430

3531

36-
However, `Fx.go` has a different surface API since we are trying to provide the best dev-experience for Golang programmers.
32+
However, `Fx.go` has a different surface API since we are trying to provide the best dev-experience for Golang programmers.

0 commit comments

Comments
 (0)