- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ag9920 (0.04 seconds)
-
tests/serializer_test.go
data := SerializerStruct{ Name: []byte("ag9920"), Roles: []string{"r1", "r2"}, Contracts: map[string]interface{}{"name": "jing1", "age": 11}, EncryptedString: EncryptedString("pass"), CreatedTime: createdAt.Unix(), JobInfo: Job{ Title: "programmer", Number: 9920, Location: "Shadyside", IsIntern: false, },Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Nov 22 03:14:36 GMT 2025 - 9.3K bytes - Click Count (0) -
.github/workflows/tests.yml
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }} - name: Tests run: GITHUB_ACTION=true GORM_DIALECT=postgres GORM_DSN="user=gorm password=gorm dbname=gorm host=localhost port=9920 sslmode=disable TimeZone=Asia/Shanghai" ./tests/tests_all.sh sqlserver: strategy: matrix: go: ['stable', 'oldstable'] platform: [ubuntu-latest] # can not run test in macOS and windowsCreated: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Mar 23 10:05:06 GMT 2026 - 9K bytes - Click Count (0)