更改包名

This commit is contained in:
YDZ
2018-04-15 12:58:04 +08:00
parent 63d7b0d95b
commit 2c0e66d78b
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package problem412
package leetcode
import "strconv"

View File

@ -1,4 +1,4 @@
package problem412
package leetcode
import (
"fmt"

View File

@ -1,4 +1,4 @@
package problem88
package leetcode
func merge(nums1 []int, m int, nums2 []int, n int) {
if m == 0 {

View File

@ -1,4 +1,4 @@
package problem412
package leetcode
import (
"fmt"