Changed name of library

This commit is contained in:
tyler 2023-12-08 10:59:20 -05:00
parent 53ec7572ee
commit aaa5c71d13
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023 Tyler Copyright (c) 2023 Tyler Travis
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -1,2 +1,2 @@
# rumble-livestream-api-lib-go # rumble-livestream-lib-go
Go library for accessing Rumble's Live Stream API Go library for accessing Rumble's Live Stream API

3
livestream.go Normal file
View file

@ -0,0 +1,3 @@
package rumblelivestreamlib
type LivestreamRequest struct{}