Changed name of library
This commit is contained in:
parent
53ec7572ee
commit
aaa5c71d13
2
LICENSE
2
LICENSE
|
@ -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
|
||||||
|
|
|
@ -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
3
livestream.go
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
package rumblelivestreamlib
|
||||||
|
|
||||||
|
type LivestreamRequest struct{}
|
Loading…
Reference in a new issue