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" #include "alsa_wrapper/alsa_wrapper.h"
#endif #endif
*/ */
import ( import "C"
"C"
"unsafe"
)
import ( import (
"fmt" "fmt"
"unsafe"
"github.com/tonychee7000/Arremi/consts" "github.com/tonychee7000/Arremi/consts"
) )