Skip to content

Commit

Permalink
Fix package names (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustTalDevelops committed Aug 1, 2021
1 parent b4c0f36 commit e929143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conversion.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package mumblelink

// stringTo256Uint16Slice converts a string to a uint16 slice that has a length of 256.
func stringTo256Uint16Slice(input string) [256]uint16 {
Expand Down
2 changes: 1 addition & 1 deletion internal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package mumblelink

// mumblePosition contains position info, which is used for both the avatar and the camera.
type mumblePosition struct {
Expand Down
2 changes: 1 addition & 1 deletion mumble.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package mumblelink

import (
"github.com/go-gl/mathgl/mgl32"
Expand Down

0 comments on commit e929143

Please sign in to comment.