Solution go [Type (수조) 에서 []interface {} (can't I assign any slice to an []interface {}) 로 직접 전환할 수 없습니다. Introduction Given that you can assign a variable of any type to an interface{}, often people will try code like the following. var dataSlice []int = foo() var interfaceSlice []interface{} = dataSlice This gets the error... ErrorSolution CentOS 7 에 MySQL Workbench 설치 홈 페이지 에 다운로드 해 야 합 니 다.# wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm # rpm -ivh mysql-community-release-el7-5.noarch.rpm # yum install mysql-community-server 위의 구체 적 인 버 전 은 MySQL 사이트 의 다운로드 페이... Solution
go [Type (수조) 에서 []interface {} (can't I assign any slice to an []interface {}) 로 직접 전환할 수 없습니다. Introduction Given that you can assign a variable of any type to an interface{}, often people will try code like the following. var dataSlice []int = foo() var interfaceSlice []interface{} = dataSlice This gets the error... ErrorSolution CentOS 7 에 MySQL Workbench 설치 홈 페이지 에 다운로드 해 야 합 니 다.# wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm # rpm -ivh mysql-community-release-el7-5.noarch.rpm # yum install mysql-community-server 위의 구체 적 인 버 전 은 MySQL 사이트 의 다운로드 페이... Solution