Initial commit.

This commit is contained in:
2024-10-12 13:04:09 +05:00
commit 57937a5845
30 changed files with 816 additions and 0 deletions

4
client/go/client.go Normal file
View File

@@ -0,0 +1,4 @@
package client
// Client is a Featurer client for Golang application.
type Client struct{}