This commit is contained in:
TonyChyi 2018-03-20 08:40:45 +08:00
parent 19241b7d17
commit dba2860155
2 changed files with 2 additions and 4 deletions

View File

@ -8,12 +8,10 @@ package backend
#include "alsa_wrapper/alsa_wrapper.h"
#endif
*/
import (
"C"
"unsafe"
)
import "C"
import (
"fmt"
"unsafe"
"github.com/tonychee7000/Arremi/consts"
)