File tree Expand file tree Collapse file tree 8 files changed +96
-4
lines changed Expand file tree Collapse file tree 8 files changed +96
-4
lines changed Original file line number Diff line number Diff line change 12
12
# Output of the go coverage tool, specifically when used with LiteIDE
13
13
* .out
14
14
15
-
16
-
17
15
# Dependency directories (remove the comment below to include it)
18
- # vendor/
16
+ vendor /
Original file line number Diff line number Diff line change
1
+ {
2
+ "**/*.go" :[
3
+ " /*" ,
4
+ " * Licensed to the AcmeStack under one or more contributor license" ,
5
+ " * agreements. See the NOTICE file distributed with this work for" ,
6
+ " * additional information regarding copyright ownership." ,
7
+ " * Licensed under the Apache License, Version 2.0 (the \" License\" );" ,
8
+ " * you may not use this file except in compliance with the License." ,
9
+ " * You may obtain a copy of the License at" ,
10
+ " *" ,
11
+ " * http://www.apache.org/licenses/LICENSE-2.0" ,
12
+ " *" ,
13
+ " * Unless required by applicable law or agreed to in writing, software" ,
14
+ " * distributed under the License is distributed on an \" AS IS\" BASIS," ,
15
+ " * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied." ,
16
+ " * See the License for the specific language governing permissions and" ,
17
+ " * limitations under the License." ,
18
+ " */"
19
+
20
+ ]
21
+ }
Original file line number Diff line number Diff line change
1
+ Copyright (c) 2013 - 2022, AcmeStack
2
+ All rights reserved.
3
+
4
+ This product includes software developed at
5
+ The AcmeStack (https://www.acmestack.org/).
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the AcmeStack under one or more contributor license
3
+ * agreements. See the NOTICE file distributed with this work for
4
+ * additional information regarding copyright ownership.
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
1
18
package base
2
19
3
20
var UserColumn = struct {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import "github.com/acmestack/gorm-plus/gplus"
22
22
var userDao = NewUserDao [User ]()
23
23
24
24
type UserDao [T any ] struct {
25
- gplus.CommonDao [T , int64 ]
25
+ gplus.CommonDao [T ]
26
26
}
27
27
28
28
func NewUserDao [T any ]() * UserDao [T ] {
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the AcmeStack under one or more contributor license
3
+ * agreements. See the NOTICE file distributed with this work for
4
+ * additional information regarding copyright ownership.
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
1
18
package common
2
19
3
20
var UserColumn = struct {
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the AcmeStack under one or more contributor license
3
+ * agreements. See the NOTICE file distributed with this work for
4
+ * additional information regarding copyright ownership.
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
1
18
package tests
2
19
3
20
import (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the AcmeStack under one or more contributor license
3
+ * agreements. See the NOTICE file distributed with this work for
4
+ * additional information regarding copyright ownership.
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
1
18
package tests
2
19
3
20
var UserColumn = struct {
You can’t perform that action at this time.
0 commit comments