Skip to content

Commit

Permalink
feat: rename some binance packages
Browse files Browse the repository at this point in the history
  • Loading branch information
linstohu committed Dec 25, 2023
1 parent 1dad29c commit 92aeeb3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion binance/coinmfutures/utils/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package cmutils
package utils

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion binance/coinmfutures/utils/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package cmutils
package utils

var (
CoinMarginedBaseURL = "https://dapi.binance.com"
Expand Down
2 changes: 1 addition & 1 deletion binance/europeanoptions/utils/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package eoutils
package utils

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion binance/europeanoptions/utils/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package eoutils
package utils

var (
OptionsBaseURL = "https://eapi.binance.com"
Expand Down
2 changes: 1 addition & 1 deletion binance/portfoliomargin/rest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package pmrest
package rest

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion binance/portfoliomargin/rest/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package pmrest
package rest

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion binance/portfoliomargin/utils/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package cmutils
package utils

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion binance/portfoliomargin/utils/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package cmutils
package utils

var (
PortfolioMarginBaseURL = "https://papi.binance.com"
Expand Down
2 changes: 1 addition & 1 deletion binance/spot/utils/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package spotutils
package utils

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion binance/spot/utils/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package spotutils
package utils

var (
BaseURL = "https://api.binance.com"
Expand Down
2 changes: 1 addition & 1 deletion binance/usdmfutures/utils/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package umutils
package utils

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion binance/usdmfutures/utils/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package umutils
package utils

var (
USDMarginedBaseURL = "https://fapi.binance.com"
Expand Down

0 comments on commit 92aeeb3

Please sign in to comment.