Skip to content

Commit

Permalink
all: update README (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYDeng91 committed May 6, 2024
1 parent 23ad194 commit 70140b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The following is an example of loading and playing an MP3 file:
package main

import (
"bytes"
"time"
"os"

Expand Down Expand Up @@ -174,12 +175,11 @@ In such cases you might want to stream the file. Luckily this is very simple, ju
package main

import (
"bytes"
"os"
"time"

"github.com/ebitengine/oto/v3"
"github.com/hajimehoshi/go-mp3"
"github.com/hajimehoshi/oto/v3"
)

func main() {
Expand Down

0 comments on commit 70140b2

Please sign in to comment.