From aaa5c71d13d3f268d4ca00634150e5ff149cb46d Mon Sep 17 00:00:00 2001 From: tyler Date: Fri, 8 Dec 2023 10:59:20 -0500 Subject: [PATCH] Changed name of library --- LICENSE | 2 +- README.md | 2 +- livestream.go | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 livestream.go diff --git a/LICENSE b/LICENSE index f361b73..d86c037 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Tyler +Copyright (c) 2023 Tyler Travis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index af4e13c..c9b6bdf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# rumble-livestream-api-lib-go +# rumble-livestream-lib-go Go library for accessing Rumble's Live Stream API diff --git a/livestream.go b/livestream.go new file mode 100644 index 0000000..c24561e --- /dev/null +++ b/livestream.go @@ -0,0 +1,3 @@ +package rumblelivestreamlib + +type LivestreamRequest struct{}