Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 11, 2024
1 parent 64fe4e2 commit 71d69b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/robloxmutexer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
package main

import (
"os"
"log"
"unsafe"
"os"
"time"
"unsafe"

"golang.org/x/sys/windows"
)
Expand Down
4 changes: 2 additions & 2 deletions roblox/bootstrapper/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (

// Version is a representation of a Binary's deployment or version.
//
// Channel can either be a given channel, or empty - in which Roblox
// Channel can either be a given channel, or empty - in which Roblox
// will consider the 'default' channel.
//
// In all things related to the Roblox API, the default channel is empty,
// or 'live'/'LIVE' on clientsettings. On the Client/Studio, the default channel
// is (or can be) 'production'. This behavior is undocumented, so it's best to
// is (or can be) 'production'. This behavior is undocumented, so it's best to
// just use an empty channel i guess.
type Deployment struct {
Type roblox.BinaryType
Expand Down
5 changes: 3 additions & 2 deletions roblox/bootstrapper/uri.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ import (
// The order may matter, but it seems that the client parses it normal.
//
// Example:
// roblox-player:1+channel:ganesh
// roblox-player:1+channel:
//
// roblox-player:1+channel:ganesh
// roblox-player:1+channel:
type ProtocolURI map[string]string

// ParseProtocolURI returns the given MIME protocol URI in [ProtocolURI] form.
Expand Down

0 comments on commit 71d69b1

Please sign in to comment.